mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Switch to more accessible header permalink anchors in documentation.
This commit is contained in:
+1
-2
@@ -23,8 +23,7 @@ module.exports = function(eleventyConfig) {
|
||||
}
|
||||
};
|
||||
let markdownItAnchorOptions = {
|
||||
permalink: true,
|
||||
permalinkClass: "direct-link"
|
||||
permalink: markdownItAnchor.permalink.headerLink()
|
||||
};
|
||||
|
||||
eleventyConfig.setLibrary(
|
||||
|
||||
Reference in New Issue
Block a user