version, comment
This commit is contained in:
parent
60de96800e
commit
0ccf2d7c82
@ -44,6 +44,7 @@ block.paragraph = (function() {
|
|||||||
|
|
||||||
// html - stop before block-level elements only
|
// html - stop before block-level elements only
|
||||||
// from: github.com/Kroc/ReMarkable
|
// from: github.com/Kroc/ReMarkable
|
||||||
|
// (possibly stray from conformance and remove this altogether)
|
||||||
(new RegExp('<'
|
(new RegExp('<'
|
||||||
+ '(?:article|aside|audio|blockquote|canvas|caption|col|colgroup|dialog|div'
|
+ '(?:article|aside|audio|blockquote|canvas|caption|col|colgroup|dialog|div'
|
||||||
+ '|d[ltd]|embed|fieldset|figure|figcaption|footer|form|h[1-6r]|header'
|
+ '|d[ltd]|embed|fieldset|figure|figcaption|footer|form|h[1-6r]|header'
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "marked",
|
"name": "marked",
|
||||||
"description": "A markdown parser built for speed",
|
"description": "A markdown parser built for speed",
|
||||||
"author": "Christopher Jeffrey",
|
"author": "Christopher Jeffrey",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"main": "./lib/marked.js",
|
"main": "./lib/marked.js",
|
||||||
"bin": { "marked": "./bin/marked" },
|
"bin": { "marked": "./bin/marked" },
|
||||||
"repository": "git://github.com/chjj/marked.git",
|
"repository": "git://github.com/chjj/marked.git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user