config for removing capture stmts

This commit is contained in:
Karen Bradshaw
2020-05-28 16:33:14 -04:00
parent cc45193ff7
commit 1502e0281d
4 changed files with 96 additions and 0 deletions
+12
View File
@@ -39,6 +39,18 @@ disableLanguages = ["hi", "no"]
noClasses = true
style = "emacs"
tabWidth = 4
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "blackfriday"
[markup.goldmark.extensions]
definitionList = true
table = true
typographer = false
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]