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
67b91cf122
Merge pull request #1464 from UziTech/nested-blockquotes
...
Nested blockquotes
2019-05-03 15:09:31 -07:00
jocs
be099c4fab
fix: failed commonmark examples 57 and 40
2019-04-17 22:48:11 +08: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
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
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
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
4c54bd1a66
fixed example #333
2019-03-21 01:18:31 -05:00
x13machine
75f35012b6
added em_list_links test
2019-03-18 01:27:25 -05:00
Tony Brix
0cd033361f
remove redundant comments
2019-03-13 10:40:51 -05:00
Tony Brix
ff127c5a59
use template literals
2019-03-13 10:39:01 -05:00
Tony Brix
a16251dd42
fix test spacing
2019-03-13 08:51:07 -05:00
Tony Brix
da57301be8
use htmldiffer in file tests & update to node 4
2019-03-13 08:50:53 -05:00
Tony Brix
621f649c2b
abstract htmldiffer
2019-03-13 08:50:11 -05:00
Tony Brix
f1089fe3b0
add test
2019-03-12 13:08:48 -05:00
Tony Brix
47607728db
fix tests
2019-03-12 09:34:51 -05:00
Tony Brix
df310a8cb3
remove header ids from original tests
2019-03-12 09:32:45 -05:00
Tony Brix
775d08db5a
move redos tests to /redos folder
2019-03-12 09:32:45 -05:00
Tony Brix
b169e7bc1a
add excerpt length constant
2019-03-12 09:32:45 -05:00
Tony Brix
fb9a71ccf1
use arrow functions
2019-03-12 09:32:45 -05:00
Tony Brix
24d6f19337
fix links test
2019-03-12 09:32:45 -05:00
Tony Brix
6e84f7ac64
add json-to-file.js
2019-03-12 09:32:45 -05:00
Tony Brix
895d3ea1ed
update gfm and commonmark tests
2019-03-12 09:32:44 -05:00
Tony Brix
973b000601
move marked.json to /new files
2019-03-12 09:32:44 -05:00
Tony Brix
b9d99af59d
add toRender matcher
2019-03-12 09:23:11 -05:00
Tony Brix
5f2f087418
add run-spec
2019-03-12 09:23:11 -05:00
Tony Brix
e540b6a344
Merge pull request #1446 from UziTech/list-table
...
Fix tables in a list
2019-03-12 09:20:12 -05:00
Tony Brix
f8679c97c2
Merge pull request #1439 from UziTech/new-line-after-table
...
New line after table
2019-03-12 09:17:11 -05:00
x13machine
aec8debf9d
readd slice to test/index.js
2019-03-11 15:34:42 -05:00
x13machine
dfcf178a3c
remove test/index array code
2019-03-11 15:07:34 -05:00
x13machine
4dacb50e57
fix test failure 2
2019-03-11 15:02:13 -05:00
x13machine
b6b2a4fb56
fix test failure
2019-03-11 14:56:10 -05:00
Tony Brix
afa14d61fa
add test
2019-03-11 09:06:55 -05:00
x13machine
05d29c8b8e
add --stop to --time man doc & changed parseArg(argv) parameter stuff
2019-03-10 23:12:55 -05:00
x13machine
b97b049fbb
man grammer change & changed parseArg parameters in test/index.js
2019-03-09 23:49:29 -06:00
Tony Brix
11d8f6568b
Merge branch 'master' into new-line-after-table
2019-03-08 11:11:27 -06:00
Tony Brix
9c26b615d7
add tests
2019-03-07 16:21:14 -06:00
Tony Brix
3a03b1d142
add link test
2019-03-05 20:43:29 -06:00
Tony Brix
3754b6d43e
add redos test
2019-02-20 13:18:08 -06:00
Tony Brix
91a21c2bcd
update percent complete
2019-02-07 10:52:09 -06:00
Tony Brix
77a7826fbe
use function to check for end of link
2019-02-07 10:44:10 -06:00