Skip to main content
Module

x/parsedown/CHANGELOG.md

WASM code for parsing Markdown into HTML with light output tweaking
Go to Latest
File

1.2.0 (2022-12-31)

Feat

  • 🌟 output an array of headings each with its id
  • 🌟 add Markdown parsing to hard wrapped lines of plaintext

Fix

  • πŸ’« add target blank to non relative anchor tags

1.0.0 (2022-12-23)

Feat

  • 🌟 add estimated reading time
  • 🌟 return word count with html

Fix

  • πŸ’« refine word count
  • πŸ’« refine word count
  • dependencies: πŸ’« update crates

Refactor

  • πŸ„πŸ½ restructure to assist unit testing

0.0.1 (2022-12-21)

Feat

  • 🌟 add mjml parsing to HTML

Fix

  • πŸ’« only had rel attributes to non-relative anchor tags

Refactor

  • πŸ„πŸ½ move markdown parsing into markdown module