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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## 0.13.0 (2026-05-11)
4
4
-[Breaking] Dropped Ruby 3.2 support. Minimum required Ruby version is now 3.3.
5
+
-[Fix]**Heading Nesting in Normalize Mode** — Fixed `normalize_headings` producing incorrect heading levels when same-level headings are nested under a parent.
6
+
- Consecutive same-level headings (e.g., two `##` headings) now correctly adjust the child's markdown level to be deeper than the parent's (e.g., `##` → `###`)
- ATX closing hashes (`## Title ##`) are now stripped from titles before building hierarchical paths
9
+
-[Fix]**HTML-to-Markdown Section Nesting** — Headings inside nested `<section>` elements now receive adjusted markdown levels based on section nesting depth.
10
+
-`<h2>` inside a nested `<section>` under another `<section>` with its own `<h2>` is now correctly rendered as `###` instead of `##`
5
11
6
12
## 0.12.0 (2025-11-12)
7
13
-[Feature]**HTML to Markdown Reverse Converter** — Added support for converting HTML content to markdown format.
0 commit comments