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.
punycode
mdurl
1 parent 2863ebb commit d0725a3Copy full SHA for d0725a3
markdown_it/port.yaml
@@ -26,10 +26,6 @@
26
Reduce use of charCodeAt() by storing char codes in a srcCharCodes attribute for state
27
objects and sharing those whenever possible
28
This provides a significant performance boost
29
- - |
30
- Use python's built-in `html.escape` and `urlparse.quote` methods, as a replacement for
31
- the JS dependencies [mdurl](https://www.npmjs.com/package/mdurl)
32
- and [punycode](https://www.npmjs.com/package/punycode)
33
- |
34
In markdown_it/rules_block/reference.py,
35
record line range in state.env["references"] and add state.env["duplicate_refs"]
0 commit comments