Skip to content

Releases: hexojs/hexo-renderer-marked

v7.0.1

06 Mar 15:06
595814d

Choose a tag to compare

Fixes

Performances

Docs

  • docs(renderer): remove link to oudated line by @curbengh in #312

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

02 Jan 08:52
9d42f9e

Choose a tag to compare

Breaking Changes

Dependencies

CI/CD

Full Changelog: v6.3.0...v7.0.0

v6.3.0

02 Apr 11:45
680f3ae

Choose a tag to compare

New Features

  • Added filter marked:use for direct access to the marked.use function by @crycode-de in #273

Fixed

Dependencies

Misc

  • chore: update repository key from a string to an object in package.json by @yoshinorin in #275
  • chore: excludes lock files from git by @yoshinorin in #276

New Contributors

Full Changelog: v6.2.0...v6.3.0

v6.2.0

02 Dec 07:32
1b09354

Choose a tag to compare

New Features

Full Changelog

v6.1.1...v6.2.0

v6.1.1

12 Jul 13:47
906eae3

Choose a tag to compare

Fixes

Dependencies

Full Changelog: v6.1.0...v6.1.1

v6.1.0

04 Jun 05:23
3483731

Choose a tag to compare

Fixes

Dependencies

CI

Docs

  • dosc: http to https and use example.com for example domains by @yoshinorin in #249

Full Changelog

v6.0.0...v6.1.0

v6.0.0

07 Oct 13:36
74d024e

Choose a tag to compare

Breaking Changes

New Features

Dependencies

Docs

New Contributors

Full Changelog: 5.0.0...v6.0.0

5.0.0

29 Jan 13:32
4304601

Choose a tag to compare

Breaking Changes

Refactor

Dependencies

Docs

  • Explain security risk of using this plugin by @tomap in #210

Full Changelog: v4.1.0...5.0.0

v4.1.0

14 Aug 15:04
669b057

Choose a tag to compare

New features

CI/CD

Dependencies

  • chore(deps-dev): bump mocha from 8.4.0 to 9.0.3 (#195)

Misc

  • Upgrade to GitHub-native Dependabot (#188)

v4.0.0

11 Feb 14:17
2602b92

Choose a tag to compare

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