You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, `markdown-it-py` doesn't pay with speed for it's flexibility.
24
+
25
+
[^1]: `markdown-it-pyrs` is a Rust implementation of `markdown-it-py`'s parser, in beta development, check it out at: <https://github.com/chrisjsewell/markdown-it-pyrs>
26
+
[^2]: `mistune` is not CommonMark compliant, which is what allows for its
27
+
faster parsing, at the expense of issues, for example, with nested inline parsing.
28
+
See [mistletoes's explanation](https://github.com/miyuchina/mistletoe/blob/master/performance.md) for further details.
0 commit comments