I use Mathjax on my static (jekyll-generated) site : Mathjax is loaded but curly brackets don't show up.
$ \{ 2*3 \} $ -> 2*3
$ \left{ 2*3 \right} -> \left{ 2*3 \right} (math style)
I'd like to have (for instance) a simple {2*3}
Cheers
I use Mathjax on my static (jekyll-generated) site : Mathjax is loaded but curly brackets don't show up.
$ \{ 2*3 \} $ -> 2*3
$ \left{ 2*3 \right} -> \left{ 2*3 \right} (math style)
I'd like to have (for instance) a simple {2*3}
Cheers
OK found out :
You have to escape the backslash because there seems to be 2 levels of interpretation : jekyll then mathjax. So you need to escape the backslash from Jekyll so it renders for Mathjax to escape the bracket :