Releases: notslang/tidy-markdown
Releases · notslang/tidy-markdown
v2.0.4
- strip leading & trailing whitespace from pre tags
- fix handling of shorthand email links (closes #41)
- more tests for inline grammar
v2.0.3
- Fix handling of invalid front-matter (such as front-matter that is detected incorrectly)
v2.0.2
- refactor code to use htmlparser2 ast
- support comments in markdown
v2.0.1
- sort list of reference links
- fix support for reference links in images
- add reference link related tests
v2.0.0
- rewrite processing to use the htmlparser2 ast, rather than the marked ast
- improve conversion of html into markdown (largely inspired by to-markdown)
- minor improvements to
--help
- fix table centering and alignment of headers
- fix formatting for
br
tags
- more advanced whitespace stripping
v1.0.0
- change rules for newlines around headers
- improve compiled coffee-script & production
bin/index.js
v0.4.0
- add more advanced link conversion
v0.3.3
- lock down marked version because of markedjs/marked@cb4981c
- fix license code in package.json
- fix up code style & internal docs
v0.3.2
- fix an issue with list indentation
v0.3.1
- fix an issue with list numbers resetting