github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

math doesn't render if surrounded by certain characters

nschloe opened this issue · comments

MWE:

$-style math cannot be preceeded by most characters.

$x$ a$x$ 1$x$ -$x$ '$x$ "$x$ ($x$ [$x$ {$x$ /$x$

$x$ a$x$ 1$x$ -$x$ '$x$ "$x$ ($x$ [$x$ {$x$ /$x$

$-style math cannot be succeded by alphanumeric characters:

$x$a $x$1

$x$a $x$1

Dollar-backtick math cannot be preceeded by an alphabetic character:

a$`x`$

a$x$

Edit: This issue has been brought up multiple times in the community discussions: