markdown-it
Advanced tools
Comparing version 8.4.1 to 8.4.2
@@ -89,3 +89,3 @@ #!/usr/bin/env node | ||
md = require('..')({ | ||
html: !options['no-html'], | ||
html: !options.no_html, | ||
xhtmlOut: false, | ||
@@ -92,0 +92,0 @@ typographer: options.typographer, |
@@ -0,1 +1,7 @@ | ||
8.4.2 / 2018-02-15 | ||
------------------ | ||
- Fix `--no-html` CLI option, #476. | ||
8.4.1 / 2018-02-15 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -107,3 +107,3 @@ /** | ||
* | ||
* Replace existing typorgapher replacement rule with new one: | ||
* Replace existing typographer replacement rule with new one: | ||
* | ||
@@ -110,0 +110,0 @@ * ```javascript |
{ | ||
"name": "markdown-it", | ||
"version": "8.4.1", | ||
"version": "8.4.2", | ||
"description": "Markdown-it - modern pluggable markdown parser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
545560