Skip to content

Commit 29dbc21

Browse files
authored
docs: warn about broken inline latex example (#1949)
The docs don't mention how the latex example won't actually work with inline latex, ie. `foo $bar$ baz`
1 parent d2347e9 commit 29dbc21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/USING_PRO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ console.log(marked('$ latex code $\n\n` other code `'));
153153
<p><code>latex code</code></p>
154154
<p><code>other code</code></p>
155155
```
156+
**NOTE**: This does not fully support latex, see issue [#1948](https://github.com/markedjs/marked/issues/1948).
156157

157158
### Block level tokenizer methods
158159

0 commit comments

Comments
 (0)