Skip to content

v5.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 20:52
· 371 commits to master since this release

5.0.1 (2023-05-06)

Bug Fixes

  • only warn if langPrefix is changed (#2796) (d193694)
    The deprecated options warnings can be turned off by default by using:

    marked.use({
      mangle: false,
      headerIds: false,
    });

    For the cli you can use:

    marked --no-mangle --no-header-ids ...