Skip to content

Releases: notslang/tidy-markdown

v2.0.4

23 Sep 03:35
Compare
Choose a tag to compare
  • strip leading & trailing whitespace from pre tags
  • fix handling of shorthand email links (closes #41)
  • more tests for inline grammar

v2.0.3

27 May 23:16
Compare
Choose a tag to compare
  • Fix handling of invalid front-matter (such as front-matter that is detected incorrectly)

v2.0.2

13 May 21:56
Compare
Choose a tag to compare
  • refactor code to use htmlparser2 ast
  • support comments in markdown

v2.0.1

17 Apr 11:25
Compare
Choose a tag to compare
  • sort list of reference links
  • fix support for reference links in images
  • add reference link related tests

v2.0.0

29 Mar 23:50
Compare
Choose a tag to compare
  • 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

29 Mar 23:52
Compare
Choose a tag to compare
  • change rules for newlines around headers
  • improve compiled coffee-script & production bin/index.js

v0.4.0

29 Mar 23:53
Compare
Choose a tag to compare
  • add more advanced link conversion

v0.3.3

29 Mar 23:56
Compare
Choose a tag to compare
  • lock down marked version because of markedjs/marked@cb4981c
  • fix license code in package.json
  • fix up code style & internal docs

v0.3.2

29 Mar 23:57
Compare
Choose a tag to compare
  • fix an issue with list indentation

v0.3.1

29 Mar 23:58
Compare
Choose a tag to compare
  • fix an issue with list numbers resetting