File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
This is a Python port of [ markdown-it] ( https://github.com/markdown-it/markdown-it ) ,
12
12
and some of its associated plugins.
13
- It is still under development, so should be used with caution.
13
+ It is still under development, so for now should be used with caution.
14
14
15
15
Details of the port can be found in ` markdown_it/port.yaml ` and in ` port.yaml `
16
16
within the extension folders. But the driving design philosiphy has been to change as little of the
@@ -45,7 +45,7 @@ Type Ctrl-D to complete input, or Ctrl-C to exit.
45
45
46
46
## Benchmarking
47
47
48
- markdown-it=py is the fastest ** CommonMark** comliant parser written in python!
48
+ markdown-it=py is the fastest _ ** CommonMark compliant ** _ parser written in python!
49
49
50
50
``` console
51
51
$ markdown-it-bench -n 30
You can’t perform that action at this time.
0 commit comments