Releases: crosstype/node-html-markdown
Releases · crosstype/node-html-markdown
v1.3.0
1.3.0 (2022-12-13)
Features
- Added
useInlineLinks
option (c318667)
- Added option to customize custom strike tag. (82cf1e3)
Fixes
- Can't get text from TextNode in the browser (fixes #40) (feec660)
- perfStart and perfStop breaking code in the browser (fixes #36 (7d52c92)
v1.2.2
1.2.2 (2022-10-26)
Fixes
- Can't get text from TextNode in the browser (fixes #40) (feec660)
- perfStart and perfStop breaking code in the browser (fixes #36 (7d52c92)
v1.2.0
1.2.0 (2022-04-20)
Features
v1.1.3
1.1.3 (2021-10-24)
Fixes
- Percent-encode Markdown reserved symbols in URLs (#26) (83d4fff)
v1.1.2
1.1.2 (2021-09-18)
Fixes
- upstream: Parser dependency parses invalid nested A improperly (closes #25) (bdc7caa)
- Correct nesting and other possible issues in child nodes of A tag (closes #25) (dcd6b20)
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)
Fixes
- Ensure html entities are decoded (Fixes #14) (1e59887)
- Nested text formatting tags can break formatting (fixes #18) (7640e33)