version, comment

This commit is contained in:
Christopher Jeffrey 2012-01-04 01:59:00 -06:00
parent 60de96800e
commit 0ccf2d7c82
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ block.paragraph = (function() {
// html - stop before block-level elements only
// from: github.com/Kroc/ReMarkable
// (possibly stray from conformance and remove this altogether)
(new RegExp('<'
+ '(?:article|aside|audio|blockquote|canvas|caption|col|colgroup|dialog|div'
+ '|d[ltd]|embed|fieldset|figure|figcaption|footer|form|h[1-6r]|header'

View File

@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "0.1.4",
"version": "0.1.5",
"main": "./lib/marked.js",
"bin": { "marked": "./bin/marked" },
"repository": "git://github.com/chjj/marked.git",