Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 731 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 731 Bytes

[1.0.0] - 2021-03-14

Thanks to @erkkah.

Add

  • Implements local image handling functionality.

Fix

  • Fix a bug that blocked the use of Markdown references.

Changed

  • Breaking change: Switch from markdown-it-highlight to markdown-it-highlightjs, since the first seems to be abandoned.

[0.1.4] - 2020-09-19

Fix

  • Bump dependencies to fix dependencies vulnerabilities.

[0.1.3] - 2020-03-14

Fix

  • Bump dependencies to fix dependencies vulnerabilities.

[0.1.1] - 2019-12-09

Fix

[0.1.0] - 2019-09-26

Add

  • Add highlight support when 'markdown-it-highlight' is available.