57 Commits

Author SHA1 Message Date
Trevor Buckner
ec38dd1d0b
Remove + on heading regex
Unneeded + on regex heading detection after tables and paragraphs
2020-02-11 11:30:33 -05:00
Trevor Buckner
63454d2457 Fix GFM Example 116
Only code fences made from backticks cannot have other backticks in the same line. Fences with tildes can have both tildes and backticks. This allows the tilde case to work correctly.

Also test for detection of these fences as they break or do not break paragraphs.
2020-02-10 16:06:38 -05:00
Trevor Buckner
30ca83bdf5
Update src/rules.js
Simplify `code` regex

Co-Authored-By: Tony Brix <tony@brix.ninja>
2020-02-10 15:09:19 -05:00
Trevor Buckner
a7949596ce
Removed console.log 2020-02-05 10:58:43 -05:00
Trevor Buckner
090d11e1c6 Fix GFM tables not breaking on block-level structures
Includes test cases for all block-level structures and some inline-level structures (which should still appear in the table)
2020-02-04 23:46:34 -05:00
Mateusz Burzyński
34df290fd0 Remove static properties from helpers 2019-12-04 21:14:51 +01:00
Tony Brix
fb80552c01 rename regex.js to rules.js 2019-11-08 09:21:29 -06:00