We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
punycode
mdurl
1 parent 2863ebb commit 94734adCopy full SHA for 94734ad
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