Skip to content

Commit d0725a3

Browse files
authored
📚 DOCS: punycode and mdurl are now used (#179)
1 parent 2863ebb commit d0725a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

markdown_it/port.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
Reduce use of charCodeAt() by storing char codes in a srcCharCodes attribute for state
2727
objects and sharing those whenever possible
2828
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)
3329
- |
3430
In markdown_it/rules_block/reference.py,
3531
record line range in state.env["references"] and add state.env["duplicate_refs"]

0 commit comments

Comments
 (0)