From b2d93d72836c6daf96aab6c9b9e1ef266d998aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Mon, 8 Jan 2024 17:34:51 +0100 Subject: [PATCH] slight change to example --- examples/simple md/simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple md/simple.md b/examples/simple md/simple.md index 8f8c5f1..fd3dfc2 100644 --- a/examples/simple md/simple.md +++ b/examples/simple md/simple.md @@ -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!} 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!