21 Commits (e77666c4a0cd486fa28ad094d80bb97ec73e87ee)

Author SHA1 Message Date
Vitaly Puzrin e1f6e3b6f8 Use new emphasis logic in strikethrough 11 years ago
Vitaly Puzrin c2312d971f Fixed punctuation check in emphasis 11 years ago
Alex Kocharin b7914cb08a Update CommonMark spec to 0.15 + emphasis changes 11 years ago
Vitaly Puzrin 04ee60d3c4 Removed unused code & improved tests coverage for some rules. 11 years ago
Vitaly Puzrin e72603af70 Moved nesting check from rules to upper level 11 years ago
Vitaly Puzrin a66e29f8d0 Place md link to states and remove other aliases 11 years ago
Alex Kocharin e12d5cbdad Allow sequence of 4+ markers in emphases 11 years ago
Alex Kocharin d5e8e61b6b Check validation flag instead of hardcoding rules 11 years ago
Alex Kocharin 666e94a47a Change priority for all pairs 11 years ago
Alex Kocharin 1676e10ee8 Fix performance when nested token doesn't match 11 years ago
Vitaly Puzrin 2040c4f02e StateInline props rename 11 years ago
Alex Kocharin ba2463f2f5 Remove dead code in em/del 11 years ago
Alex Kocharin f74bbf2515 Tweak emphasis parsing algorithm 11 years ago
Alex Kocharin 5d772b9bb6 Add validation mode to all inline rules 11 years ago
Alex Kocharin 7abfb2718c Treat newline as a whitespace in em and del 11 years ago
Alex Kocharin 5a73b286b6 Update emphasis rule to the latest CommonMark spec 11 years ago
Vitaly Puzrin b27c630815 Code structure and options refactoring 11 years ago
Alex Kocharin 9942fd5b4b Add strikeout (del) tag 11 years ago
Vitaly Puzrin 892460ed0b Options rename 11 years ago
Alex Kocharin 9aea37acc1 Limit element depth 11 years ago
Alex Kocharin 0453b72bf1 Rename "lexer" to "parser" 11 years ago
Alex Kocharin 46dc1f93ac Add state.level everywhere 11 years ago
Alex Kocharin b492fa2cc2 Add tokenizeSingle method 11 years ago
Alex Kocharin 3afaf55344 Fix: "\*" isn't a part of a emphasis marker sequence 11 years ago
Alex Kocharin 74a84f8ecd Implement emphasis parsing 11 years ago