Skip to content

Commit 9c8eb37

Browse files
committed
🚀 RELEASE: v0.5.4
1 parent 31f426b commit 9c8eb37

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## 0.5.3 - 2020-09-04
412

513
🐛 Fixed an undefined variable in the reference block.

markdown_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import MarkdownIt # noqa: F401
22

33

4-
__version__ = "0.5.3"
4+
__version__ = "0.5.4"

0 commit comments

Comments
 (0)