Releases: crosstype/node-html-markdown
Releases · crosstype/node-html-markdown
v2.0.0
2.0.0 (2025-11-14)
⚠ BREAKING CHANGES
-
Explicitly deny special handling for elements that should not be inside codeblocks
-
Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)
Fixes
- correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
- eliminate circular dependency between config and utilities (fixes #74) (3934406)
- fixed table parsing issue (closes #38, closes #47) (5ac217a)
- handle mixed-case HTML tags correctly (fixes #63) (9016420)
- Ignore options overwritten if block element. (fixes #49) (bdc0d09)
- preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
- preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
- Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
- remove perf functions from browser builds (fixes #58) (d1552fd)
- trim trailing whitespace while preserving two-space line breaks (c0062b8)
v1.3.0
v1.2.2
v1.2.0
v1.1.3
v1.1.2
v1.0
Release Notes
There should be no breaking changes in this release. However, because the library is considered stable and following semver, I am bumping to the v1 major version.
Features
- Add useLinkReferenceDefinitions option (closes #15) (a7caef1)
- Improved spacing in and around bold, italic, and strikethrough tags (8198524)
- Prefer links when possible (closes #17) (613e8bb)