Skip to content

Releases: askonomm/clarktown

v2.0.1

12 Oct 18:22
Compare
Choose a tag to compare

What's Changed

  • Support rendering of images with an empty alt by @jeisses in #34

New Contributors

Full Changelog: v2.0...v2.0.1

v2.0

23 Aug 20:20
c1ca611
Compare
Choose a tag to compare

What's Changed

  • Improve architecture by @askonomm in #17
  • Do not correct ATX heading block when in code block by @askonomm in #19
  • Fix for link detection failing with an apostrophe by @askonomm in #21
  • Improve ATX heading blocks by @askonomm in #25
  • Allow an ATX heading block to precede with up to 3 spaces by @askonomm in #26
  • Implement newline corrector for list block. by @askonomm in #28
  • Add id attributes to headings based on value. by @askonomm in #30
  • Implement indented code blocks. by @askonomm in #31
  • Use a config map instead to overwrite parsers and correctors. by @askonomm in #33

Full Changelog: v.1.1.2...v2.0

v1.1.2

15 Apr 18:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v.1.1.2

v1.1.1

10 Apr 22:53
Compare
Choose a tag to compare

Bug fixes:

  • Links where the label has dashes (-) do not get parsed #12

v1.1

10 Apr 18:58
Compare
Choose a tag to compare

Improvements:

  • Support setext headings #6
  • Make text emphasis better #5
  • Add full test coverage #4
  • Support triple-dash (---) horizontal lines #10
  • Support dash (-) unordered lists #11

Bug fixes:

  • Underscores in link URL's get rendered into <em>'s #9
  • Links break textual checkboxes #8

v1.0.3

06 Apr 20:19
Compare
Choose a tag to compare
  • Fixes an issue where if a paragraph started with bold text it would be rendered in an unordered list (#3)

v1.0.2

06 Apr 19:20
Compare
Choose a tag to compare

Initial release.