Skip to content

Releases: danburzo/trimd

v0.6.0

15 Apr 21:33
Compare
Choose a tag to compare

New features

Adds the demarkdown and demarkup commands for converting Markdown/HTML to plain text.

v0.5.0

20 Jul 11:30
Compare
Choose a tag to compare

New features

Added support for YAML / TOML front-matter data in the markup and remarkdown commands (#4)

v0.4.0

20 Feb 22:05
Compare
Choose a tag to compare

New features

Adds trimd remarkdown command, taking the same options as trimd markdown, to convert Markdown to Markdown. This is useful for converting mixed Markdown + HTML to plain Markdown, as well as for normalizing the style based on the provided md.* options.

v0.3.1

20 Feb 15:01
Compare
Choose a tag to compare

Bug fixes

Fixes trimd -v displaying help instead of displaying version information.

v0.3.0

19 Feb 17:08
Compare
Choose a tag to compare

New features

  • trimd markup: Maintain any raw HTML found in Markdown files.

v0.2.0

18 Feb 22:54
Compare
Choose a tag to compare

New features

Add remark-gfm to the HTML to/from Markdown pipelines to enable GitHub-Flavored Markdown features.