Update dependency markdownlint-micromark to 0.1.8, incorporate new micromark-extension-directive exports.

This commit is contained in:
David Anson 2024-01-01 22:12:42 -08:00
parent 5f3d73a3b1
commit b55208b27b
6 changed files with 15 additions and 32 deletions

View file

@ -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(),