Skip to content

Releases: crdx/docwatch

v2.4.2

12 May 10:22
Compare
Choose a tag to compare
  • Don't error when file is empty.

v2.4.1

29 Mar 18:53
Compare
Choose a tag to compare
  • Internal tweaks.

v2.3.0

06 Apr 18:18
Compare
Choose a tag to compare
  • Allow frontmatter values to be parsed into instances of Date and Time.

v2.2.0

10 Dec 14:57
Compare
Choose a tag to compare
  • Configurable stylesheet for markdown rendering.
    • Put your custom styles in ~/.config/docwatch/styles.css to override the defaults.
    • Ignore custom stylesheet with -d/--default-styles.
  • Update the frontmatter parser to stop looking for frontmatter sections after it enters the document.

v2.1.1

22 Oct 14:58
Compare
Choose a tag to compare
  • Disable indented code blocks.
  • Upgrade dependencies.
  • Update styling.

v2.0.1

22 Oct 14:09
Compare
Choose a tag to compare
  • Fix frontmatter parser.

v2.0.0

02 Jun 09:21
Compare
Choose a tag to compare
  • Support frontmatter in markdown documents.
  • Remove deprecated CSS.
  • Enable some markdown rendering options.
    • no_intra_emphasis
    • strikethrough
    • space_after_headers
    • superscript
    • highlight
    • hard_wrap
    • with_toc_data
  • Disable some markdown rendering options.
    • autolink