You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use Marker (which uses scidown) to write GitLab compatible equations, I ran into a problem. scidown and Marker expect equations to be surrounded by $$, whereas GitLab expects math after a triple backtick
.
The text was updated successfully, but these errors were encountered:
It's also unfortunate that the same-line syntax is also incompatible, GitLab expects a dollar sign followed by a backtick to open the formula, Marker expects the formula to be surrounded by $ signs. It makes extra "math" stylised backticks appear around the formulas.
Trying to use Marker (which uses scidown) to write GitLab compatible equations, I ran into a problem. scidown and Marker expect equations to be surrounded by
$$
, whereas GitLab expectsmath
after a triple backtick.
The text was updated successfully, but these errors were encountered: