We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f421d commit 6f09c25Copy full SHA for 6f09c25
README.md
@@ -53,7 +53,7 @@ Test document: spec.md
53
Test iterations: 30
54
Running 7 test(s) ...
55
=====================
56
-mistune (0.8.4): 3.62 s
+[mistune (0.8.4): 3.62 s]*
57
markdown-it-py (0.1.0): 9.03 s
58
mistletoe (0.10.0): 9.89 s
59
commonmark-py (0.9.1): 20.82 s
@@ -62,7 +62,7 @@ pymarkdown:extra (3.2.1): 41.86 s
62
panflute (1.12.5): 35.02 s
63
```
64
65
-Note `mistune` is not CommonMark compliant, which is what allows for its
+\*Note `mistune` is not CommonMark compliant, which is what allows for its
66
faster parsing, at the expense of issues, for example, with nested inline parsing.
67
See [mistletoes's explanation](https://github.com/miyuchina/mistletoe#performance)
68
for further details.
0 commit comments