1911 Commits

Author SHA1 Message Date
Tony Brix
059acbcc7e add test:update script 2019-05-03 20:59:44 -05:00
Tony Brix
37dddb4e8a fix update-specs 2019-05-03 20:59:43 -05:00
Tony Brix
d9f22d2726 separate eslint config 2019-05-03 20:59:43 -05:00
Tony Brix
83d2596a41 clean up scripts 2019-05-03 20:59:43 -05:00
Tony Brix
72073c7fbf remove browser 2019-05-03 20:59:43 -05:00
Tony Brix
975ec34152 load all specs 2019-05-03 20:59:43 -05:00
Tony Brix
10ce168d86 remove files 2019-05-03 20:58:27 -05:00
Tony Brix
7deade0635 move update-specs.js 2019-05-03 20:58:27 -05:00
Tony Brix
b1174c21d8 update run-spec for node 4 2019-05-03 20:58:27 -05:00
Tony Brix
99d1fd00e0 add bench.json 2019-05-03 20:58:27 -05:00
Josh Bruce
c99e69b406
Merge pull request #1432 from UziTech/worker-docs
add docs for workers
2019-05-03 15:23:26 -07:00
Josh Bruce
67b91cf122
Merge pull request #1464 from UziTech/nested-blockquotes
Nested blockquotes
2019-05-03 15:09:31 -07:00
Steven
0d1f92392b
relative markedWorker.js
Co-Authored-By: UziTech <tony@brix.ninja>
2019-04-26 20:28:05 -05:00
Tony Brix
47ee968969 use .js for web worker 2019-04-26 12:41:57 -05:00
Tony Brix
62ae637ef2 add web worker note 2019-04-26 12:34:55 -05:00
Tony Brix
801a7b4388 add node experimental warning 2019-04-26 12:30:50 -05:00
Tony Brix
e493b75bf2 use const 2019-04-25 16:22:24 -05:00
Tony Brix
64716578e6 clearTimeout first 2019-04-25 16:20:21 -05:00
Tony Brix
431da38397 terminate on success 2019-04-25 16:16:56 -05:00
Steven
5d727cb020
Merge pull request #1475 from Jocs/cm-example57and40
fix: failed commonmark examples 57 and 40
2019-04-18 10:28:16 -04:00
jocs
0ec9fa90b6 fix eslint error and change commonmark to 0.x 2019-04-17 22:58:55 +08:00
jocs
be099c4fab fix: failed commonmark examples 57 and 40 2019-04-17 22:48:11 +08:00
Josh Bruce
9a6ca19531
Merge pull request #1470 from UziTech/gfm-0.29
Gfm 0.29
2019-04-13 13:12:08 -05:00
Tony Brix
947e417bac examples as ints 2019-04-12 15:30:33 -05:00
Tony Brix
0620845bf0 allow redos spec only 2019-04-12 11:33:41 -05:00
Tony Brix
8316a936cd clean up code 2019-04-12 10:56:54 -05:00
Tony Brix
8cc733d26b update gfm specs to 0.29 2019-04-12 10:31:44 -05:00
Tony Brix
d78c66e4fe add getSpecs.js for gfm 2019-04-12 10:29:36 -05:00
Josh Bruce
6d91c4f1e0
Merge pull request #1465 from UziTech/get-specs
commonmark 0.29
2019-04-11 10:17:14 -05:00
Tony Brix
7c08737082 use node-fetch 2019-04-09 14:35:02 -05:00
Tony Brix
b636a97ecd update commonmark specs to 0.29 2019-04-09 13:21:44 -05:00
Tony Brix
39dc89e987 get current commonmark specs 2019-04-09 13:21:20 -05:00
Tony Brix
0ac3c48da0 show pass percent 2019-04-09 13:19:50 -05:00
Tony Brix
c8521e51e1 add test 2019-04-09 10:20:12 -05:00
Tony Brix
8da970cd2c no recursion for nested blockquotes 2019-04-09 10:17:59 -05:00
Josh Bruce
69c9e63093
Merge pull request #1457 from UziTech/demo-master-version
use latest commit for demo master
2019-04-06 13:35:17 -05:00
Steven
529a8d4e18
Merge pull request #1441 from styfle/release-0.6.2
Release 0.6.2
v0.6.2
2019-04-05 10:26:50 -04:00
Travis-CI
fc5dbf1422 🗜️ minify [skip ci] 2019-04-05 13:03:49 +00:00
Tony Brix
b1ddd3cd59
Merge pull request #1460 from andersk/inline-text-quadratic
Improve worst-case performance of inline.text regex
2019-04-05 07:58:21 -05:00
Anders Kaseorg
be27472a81 Improve worst-case performance of inline.text regex
The old regex may take quadratic time to scan for potential line
breaks or email addresses starting at every point.  Fix it to avoid
scanning from points that would have been in the middle of a previous
scan.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-04-04 11:13:51 -07:00
Tony Brix
9d2c93e500 fix marked version 2019-04-03 16:47:30 -05:00
Tony Brix
f88029a19b use latest commit hash 2019-04-01 09:08:42 -05:00
Tony Brix
d4eb3f81b6 use @master 2019-03-29 13:02:04 -05:00
Steven
6b88601811 0.6.2 2019-03-25 09:06:48 -04:00
Travis-CI
ba1de1eade 🗜️ minify [skip ci] 2019-03-25 04:22:11 +00:00
Josh Bruce
d94253ce42
Merge pull request #1438 from UziTech/html-new-line-fix
allow html without \n after
2019-03-24 23:16:10 -05:00
x13machine
2fbadaf5f4 fix syntax 2019-03-21 12:10:31 -05:00
x13machine
a92adde538 fixed *"* bug 2019-03-21 02:02:30 -05:00
x13machine
dd696a7792 lint 2019-03-21 01:50:47 -05:00
x13machine
add24ca26c fixed example #452 2019-03-21 01:41:52 -05:00