We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762637e commit 6323f8bCopy full SHA for 6323f8b
markdown_it/port.yaml
@@ -23,8 +23,9 @@
23
to manipulate `Token.attrs`, which have an identical signature to those upstream.
24
- Use python version of `charCodeAt`
25
- |
26
- Reduce use of charCodeAt() by storing char codes in a srcCharCodes attribute for state
27
- objects and sharing those whenever possible
+ Reduce use of charCodeAt() by storing char codes in an `_ords` attribute
+ (accessible via `srcCharCodeAt` method) for state objects and sharing
28
+ those whenever possible.
29
This provides a significant performance boost
30
31
In markdown_it/rules_block/reference.py,
0 commit comments