markdown-it-implicit-figures
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -69,4 +69,3 @@ 'use strict'; | ||
} | ||
md.core.ruler.after('inline', 'implicit_figures', implicitFigures); | ||
md.core.ruler.before('linkify', 'implicit_figures', implicitFigures); | ||
}; |
{ | ||
"name": "markdown-it-implicit-figures", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Render images occurring by itself in a paragraph as `<figure><img ...></figure>`, similar to pandoc's implicit_figures", | ||
@@ -36,5 +36,6 @@ "license": "MIT", | ||
"markdown-it": "*", | ||
"mocha": "*" | ||
"mocha": "*", | ||
"markdown-it-attrs": "*" | ||
}, | ||
"tonicExampleFilename": "demo.js" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7172
3