Skip to main content
Module

x/parsedown/CHANGELOG.md

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

1.4.0 (2023-04-01)

Feat

  • new feature for highlighting a search term in HTML text nodes, wrapping in a mark element
  • 🌟 add Deno module
  • 🌟 output an array of headings each with its id
  • 🌟 add Markdown parsing to hard wrapped lines of plaintext

Fix

  • dependencies: πŸ’« update crates
  • πŸ’« update LICENSE
  • accept input canonical base url parameters to allow converion of relative URLs to absolute ones
  • πŸ’« 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