Skip to content

v4.0.0

Compare
Choose a tag to compare
@yoshinorin yoshinorin released this 11 Feb 14:17
· 50 commits to master since this release
2602b92

Breaking Changes

Feature

  • feat: add descriptionLists options (#179) @SukkaW
    • Enable support for description lists syntax.
      • Currently description lists syntax is not in neither CommonMark or GFM, hexo-renderer-marked only provides the option for backward compatibility.
      • By disabling the descriptionLists, markdown rendering performance will be improved by a lot.

Docs

Misc