Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Anchor up!

Compare
Choose a tag to compare
@alidcast alidcast released this 22 Jul 23:10
· 407 commits to master since this release

New feature:

  • Effortless content navigation: Along with a page's permalink, content data now also have the anchor property, which represents the heading anchors extracted from md files. By default, H1 is converted to anchors, but you can configure this via the anchorsLevel property under the config's content property. (#13)

API changes:

  • parser configuration property is renamed to parsers.

Fixes:

  • Added v-pre to markdown component code snippets so that mustache tags are not compiled (Fixes #18)