mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update dependency markdownlint-micromark to 0.1.8, incorporate new micromark-extension-directive exports.
This commit is contained in:
parent
5f3d73a3b1
commit
b55208b27b
6 changed files with 15 additions and 32 deletions
|
|
@ -42,6 +42,7 @@
|
|||
} else if (renderer === "micromark") {
|
||||
const parseOptions = {
|
||||
"extensions": [
|
||||
micromark.directive(),
|
||||
micromark.gfmAutolinkLiteral(),
|
||||
micromark.gfmFootnote(),
|
||||
micromark.gfmTable(),
|
||||
|
|
@ -54,6 +55,7 @@
|
|||
const compileOptions = {
|
||||
"allowDangerousHtml": true,
|
||||
"htmlExtensions": [
|
||||
micromarkHtml.directiveHtml(),
|
||||
micromarkHtml.gfmAutolinkLiteralHtml(),
|
||||
micromarkHtml.gfmFootnoteHtml(),
|
||||
micromarkHtml.gfmTableHtml(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue