Skip to content

Commit 36c5f54

Browse files
authored
🚀 RELEASE v4.2.0 (#395)
1 parent 96cf077 commit 36c5f54

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 4.2.0 - 2026-05-07
4+
5+
* ✨ Add `make_fence_rule()` factory for configurable fence markers in [#394](https://github.com/executablebooks/markdown-it-py/pull/394)
6+
37
## 4.1.0 - 2025-05-06
48

59
* ✨ Add `gfm-like2` preset with task lists, alerts, and single-tilde strikethrough core plugins in [#388](https://github.com/executablebooks/markdown-it-py/pull/388)

markdown_it/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python port of Markdown-It"""
22

33
__all__ = ("MarkdownIt",)
4-
__version__ = "4.1.0"
4+
__version__ = "4.2.0"
55

66
from .main import MarkdownIt

0 commit comments

Comments
 (0)