From 6df472d046bf5bc4649da0895222bfaa37c89da5 Mon Sep 17 00:00:00 2001 From: Antonin Peronnet <62420525+rambip@users.noreply.github.com> Date: Tue, 5 May 2026 16:34:54 +0200 Subject: [PATCH] Fix Markdown syntax for LaTeX integration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4971d..ec3806f 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ All parsers have GFM extensions (tables, strikethrough, footnotes) enabled by de | `![alt](url)` | `#image("url", alt: "alt")` | | `> quote` | `#block(...)[quote]` | | `$E=mc^2$` | `#mi("E=mc^2")` | -| `$$...\int...$$` | `#mitex(\`...\`)` | +| `$$...\int...$$` | ```#mitex(`...`)``` | | `---` | `#line(length: 100%)` | | GFM tables | `#table(...)` | | `text[^1]` / `[^1]: note` | `text#footnote[note]` |