Skip to content

Commit

Permalink
docs: warn about broken inline latex example (#1949)
Browse files Browse the repository at this point in the history
The docs don't mention how the latex example won't actually work with inline latex, ie. `foo $bar$ baz`
  • Loading branch information
UlisseMini committed Feb 19, 2021
1 parent d2347e9 commit 29dbc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/USING_PRO.md
Expand Up @@ -153,6 +153,7 @@ console.log(marked('$ latex code $\n\n` other code `'));
<p><code>latex code</code></p>
<p><code>other code</code></p>
```
**NOTE**: This does not fully support latex, see issue [#1948](https://github.com/markedjs/marked/issues/1948).

### Block level tokenizer methods

Expand Down

1 comment on commit 29dbc21

@vercel
Copy link

@vercel vercel bot commented on 29dbc21 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.