markdown-it
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -0,1 +1,7 @@ | ||
6.0.5 / 2016-06-01 | ||
------------------ | ||
- Process `\r` the same way as `\n` and `\r\n\`, #252. | ||
6.0.4 / 2016-05-30 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -6,3 +6,3 @@ // Normalize input string | ||
var NEWLINES_RE = /\r[\n\u0085]|[\u2424\u2028\u0085]/g; | ||
var NEWLINES_RE = /\r[\n\u0085]?|[\u2424\u2028\u0085]/g; | ||
var NULL_RE = /\u0000/g; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "markdown-it", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"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
522670
11347