Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

65 lines (45 loc) · 2.67 KB

Changelog

v0.1.1

🚀 Enhancements

  • Support URL input for link renderer (#12)
  • Parser (#15)

🩹 Fixes

  • Start at index 1 for rendering ordered lists (#4)
  • link: opts.title maybe undefined (#29)

💅 Refactors

  • Rename to mdbox (e3ae11f)
  • heading: Validate level (#28)

📖 Documentation

  • Fix jdocs example (#3)
  • Update commonmark link to point to its website (#11)

📦 Build

  • Update mdast and markdown-it libs (b41a29b)

🏡 Chore

✅ Tests

  • Add tests render utils (#6)

❤️ Contributors