slight change to example

This commit is contained in:
Jörn-Michael Miehe 2024-01-08 17:34:51 +01:00
parent b67d392fff
commit b2d93d7283

View file

@ -15,7 +15,7 @@ Behold, for there is jumbled mess ahead!
With the default HTML template, this does not translate: \textsl{Have some \LaTeX, too!} With the default HTML template, this does not translate: \textsl{Have some \LaTeX, too!}
Some math is fine with HTML: $x=5$, some other is not: $\sqrt{x}=2$. Some math is fine with HTML: $x=5$, some other is not: $\sqrt{x}=2$.
However, both of these are fixable! However, both of these work with the `--webtex` switch for pandoc!
Code blocks? Sure! Code blocks? Sure!