Skip to content

4.1.0

Compare
Choose a tag to compare
@curbengh curbengh released this 23 Feb 03:15
· 73 commits to master since this release
ae5e2c4

Feature

  • permalinkSide option [#105]. By default, when permalink option is enabled, the permalink symbol is prepended before each heading. If you prefer to append to the end of each heading:

    markdown:
      anchors:
        permalink: true
        permalinkSide: 'right'

Housekeeping

  • Remove unneeded sluggo dependency [#99]. It has been replaced by hexo-util's slugize [#95].
  • Update nyc from 14.1.1 to 15.0.0 [#100]