17 Commits

Author SHA1 Message Date
Tony Brix
48448cc24f fix image links with escaped brackets 2020-05-19 15:58:33 -05:00
Tony Brix
61bc4ba78a fix underscore emphasis then comma 2020-05-02 01:13:46 -05:00
Ivan Demidov
5193c32233
Merge branch 'master' into fix/closing-delimited 2020-04-14 16:21:07 +03:00
Ivan Demidov
2c903bf88a fix: closing delimited, close issue #1594 2020-04-14 10:20:48 +03:00
Ivan Demidov
af9ff6772f fix: italics-modifier, close issue #1284 2020-04-13 12:03:57 +03:00
Ivan Demidov
6fc0721482 perf: regexp for em, close #1607 2020-04-03 14:40:34 +03:00
Tony Brix
431f523419 remove unneeded code 2020-03-09 14:20:32 -05:00
Tony Brix
cbcda26637 copy table rules to nptables 2020-03-09 11:02:26 -05:00
Tony Brix
8f1917e814
Merge pull request #1598 from calculuschild/table-block-breaks
Fix GFM tables not breaking on block-level structures
2020-03-06 14:16:32 -06:00
Trevor Buckner
5972e73b0f
Update fences after tables regex
Fences after tables fixed in line with PR #1600.
2020-02-11 11:32:43 -05:00
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