Releases: notslang/tidy-markdown
Releases · notslang/tidy-markdown
v2.0.4
Compare
Sorry, something went wrong.
No results found
strip leading & trailing whitespace from pre tags
fix handling of shorthand email links (closes #41 )
more tests for inline grammar
v2.0.3
Compare
Sorry, something went wrong.
No results found
Fix handling of invalid front-matter (such as front-matter that is detected incorrectly)
v2.0.2
Compare
Sorry, something went wrong.
No results found
refactor code to use htmlparser2 ast
support comments in markdown
v2.0.1
Compare
Sorry, something went wrong.
No results found
sort list of reference links
fix support for reference links in images
add reference link related tests
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
change rules for newlines around headers
improve compiled coffee-script & production bin/index.js
v0.4.0
Compare
Sorry, something went wrong.
No results found
add more advanced link conversion
v0.3.3
Compare
Sorry, something went wrong.
No results found
lock down marked version because of markedjs/marked@cb4981c
fix license code in package.json
fix up code style & internal docs
v0.3.2
Compare
Sorry, something went wrong.
No results found
fix an issue with list indentation
v0.3.1
Compare
Sorry, something went wrong.
No results found
fix an issue with list numbers resetting