From a1982aa99023965ea1e52c22e3ab1f5d3e2b5f7b Mon Sep 17 00:00:00 2001 From: Ulisse mini Date: Thu, 18 Feb 2021 17:49:33 -0500 Subject: [PATCH] docs: warn about broken inline latex example The docs don't mention how the latex example won't actually work with inline latex, ie. `foo $bar$ baz` --- docs/USING_PRO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/USING_PRO.md b/docs/USING_PRO.md index 13a40b9570..0119911ff4 100644 --- a/docs/USING_PRO.md +++ b/docs/USING_PRO.md @@ -153,6 +153,7 @@ console.log(marked('$ latex code $\n\n` other code `'));

latex code

other code

``` +**NOTE**: This does not fully support latex, see issue [#1948](https://github.com/markedjs/marked/issues/1948). ### Block level tokenizer methods