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.
1 parent 31f426b commit 9c8eb37Copy full SHA for 9c8eb37
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.5.4 - 2020-09-08
4
+
5
+✨ NEW: Add `anchors_plugin` for headers, which can produce:
6
7
+```html
8
+<h1 id="title-string">Title String <a class="header-anchor" href="#title-string">¶</a></h1>
9
+```
10
11
## 0.5.3 - 2020-09-04
12
13
🐛 Fixed an undefined variable in the reference block.
markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401
-__version__ = "0.5.3"
+__version__ = "0.5.4"
0 commit comments