32 Commits (cb42dad4a47f977be2607f19d14c134163df434a)

Author SHA1 Message Date
Alex Kocharin 07a62c6c75 Move nested delimiter info to opening token instead of inline state 5 years ago
Alex Kocharin 2959f8c27c Update CommonMark spec to 0.28 7 years ago
Alex Kocharin f07d3862ff Implement odd matching rules for emphasis 8 years ago
Alex Kocharin 378ac9074e Change emphasis parsing algorithm 9 years ago
Alex Kocharin 25fea504f6 Update emphasis to match CommonMark 0.19 9 years ago
Vitaly Puzrin 73599e022b Fixed emphasis closing token marker, closes #69 9 years ago
Alex Kocharin 3ba6f8b6d2 Tweak scanDelims algorithm 9 years ago
Vitaly Puzrin d76475721c typo fix 9 years ago
Alex Kocharin bb4dcf48f4 Set token.markup whereever appropriate 9 years ago
Alex Kocharin 4aabd5592e Use a common class for tokens 9 years ago
Alex Kocharin ecd010c020 Bring emphasis up to spec 9 years ago
Vitaly Puzrin e1f6e3b6f8 Use new emphasis logic in strikethrough 10 years ago
Vitaly Puzrin c2312d971f Fixed punctuation check in emphasis 10 years ago
Alex Kocharin b7914cb08a Update CommonMark spec to 0.15 + emphasis changes 10 years ago
Vitaly Puzrin 04ee60d3c4 Removed unused code & improved tests coverage for some rules. 10 years ago
Vitaly Puzrin e72603af70 Moved nesting check from rules to upper level 10 years ago
Vitaly Puzrin a66e29f8d0 Place md link to states and remove other aliases 10 years ago
Alex Kocharin e12d5cbdad Allow sequence of 4+ markers in emphases 10 years ago
Alex Kocharin d5e8e61b6b Check validation flag instead of hardcoding rules 10 years ago
Alex Kocharin 666e94a47a Change priority for all pairs 10 years ago
Alex Kocharin 1676e10ee8 Fix performance when nested token doesn't match 10 years ago
Vitaly Puzrin 2040c4f02e StateInline props rename 10 years ago
Alex Kocharin ba2463f2f5 Remove dead code in em/del 10 years ago
Alex Kocharin f74bbf2515 Tweak emphasis parsing algorithm 10 years ago
Alex Kocharin 5d772b9bb6 Add validation mode to all inline rules 10 years ago
Alex Kocharin 7abfb2718c Treat newline as a whitespace in em and del 10 years ago
Alex Kocharin 5a73b286b6 Update emphasis rule to the latest CommonMark spec 10 years ago
Vitaly Puzrin b27c630815 Code structure and options refactoring 10 years ago
Alex Kocharin 9942fd5b4b Add strikeout (del) tag 10 years ago
Vitaly Puzrin 892460ed0b Options rename 10 years ago
Alex Kocharin 9aea37acc1 Limit element depth 10 years ago
Alex Kocharin 0453b72bf1 Rename "lexer" to "parser" 10 years ago
Alex Kocharin 46dc1f93ac Add state.level everywhere 10 years ago
Alex Kocharin b492fa2cc2 Add tokenizeSingle method 10 years ago
Alex Kocharin 3afaf55344 Fix: "\*" isn't a part of a emphasis marker sequence 10 years ago
Alex Kocharin 74a84f8ecd Implement emphasis parsing 10 years ago