Fix 1C help HTML to Markdown for TOC, bold-in-links, and tip tables.

This commit is contained in:
mihailkudravcev
2026-07-23 16:24:41 +03:00
parent 37cbe65ac8
commit c32fce2b5f
3 changed files with 146 additions and 35 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to **export_1c_help** are documented in this file.
## [0.3.2] - 2026-07-23
### Fixed
- HTML→MD: bold inside links no longer produces `****`
- TOC `#anchor` links preserved (`[text](#id)` + `<a id>` before headings)
- Single-cell tip `<table><tt>…` converted to blockquote instead of broken `| …`
- Trailing spaces inside `<b>` moved outside bold (`**Товар** `)
## [0.3.1] - 2026-07-23
### Fixed