You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,8 @@ Here are its main features:
140
140
- Follows the __[CommonMark spec](http://spec.commonmark.org/)__ for baseline parsing
141
141
- Configurable syntax: You can add new rules and even replace existing ones
142
142
- Pluggable: Adds syntax extensions to extend the parser (see the [plugin list](https://markdown-it-py.readthedocs.io/en/latest/plugins.html#md-plugins))
143
-
- High speed (see our [benchmarking tests](https://markdown-it-py.readthedocs.io/en/latest/other.html#performance))
144
-
-[Safe by default](https://markdown-it-py.readthedocs.io/en/latest/other.html#security)
143
+
- High speed (see our [benchmarking tests](https://markdown-it-py.readthedocs.io/en/latest/performance.html))
144
+
-[Safe by default](https://markdown-it-py.readthedocs.io/en/latest/security.html)
0 commit comments