Skip to content

Releases: sentinel1909/markdown-html-rs

v2.0

08 Sep 03:43
Compare
Choose a tag to compare

Change Log:

  • remove thiserror, switch to color_eyre (more appropriate for a command line program)
  • make frontmatter get written to a json file

v1.2

15 Mar 23:42
Compare
Choose a tag to compare

Changelog:

  • improved error handling by removing unwrap( ) in key areas
  • added default method for FrontMatter struct

v1.1

20 Aug 02:42
Compare
Choose a tag to compare

This is the version 1.1 release, changes include:

  • bump dependencies to the latest
  • front matter in the markdown file is parsed and removed, only the body text is rendered to HTML

v1.0 Initial Release

31 Jul 02:45
Compare
Choose a tag to compare

Initial release, version 1.0