This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Anchor up!
New feature:
- Effortless content navigation: Along with a page's
permalink
, content data now also have theanchor
property, which represents the heading anchors extracted frommd
files. By default, H1 is converted to anchors, but you can configure this via theanchorsLevel
property under the config'scontent
property. (#13)
API changes:
parser
configuration property is renamed toparsers
.
Fixes:
- Added v-pre to markdown component code snippets so that mustache tags are not compiled (Fixes #18)