44 Commits (1529ff4944329eb8080a8558dab85164b6c212cd)

Author SHA1 Message Date
Alex Kocharin 1529ff4944 Guard against custom rule not incrementing pos 2 years ago
Alex Kocharin 309c03a9e8 Lower priority for ATX headers to resolve conflict with HTML blocks 3 years ago
Alex Kocharin a733ffa8b6 Fix blockquote termination inside lists 7 years ago
Ullallulloo bf4ba21254 Fixed typos in comment 7 years ago
Alex Kocharin 1ecf143db0 Fix lists and headings 8 years ago
Vitaly Puzrin 760050edcb eslint update & code cleanup 8 years ago
Alex Kocharin 0318337a3d Bump table priority before code blocks 9 years ago
Alex Kocharin b2aee1a978 Expand tabs only when it's needed, as per CommonMark 0.21 9 years ago
Vitaly Puzrin 0101316695 Removed blockquote from termination rules for the self 9 years ago
Vitaly Puzrin da35a6bd1d Removed not needed empty array im params 9 years ago
Alex Kocharin b5d7c2eb88 Don't terminate references with other references 9 years ago
Vitaly Puzrin 584e55861c Moved input normalization to core chain 10 years ago
Vitaly Puzrin 5613f3c47b Don't try to normalize unicode whitespaces 10 years ago
Vitaly Puzrin 90e5a9c9cc Bulk rules rename (unify) 10 years ago
Vitaly Puzrin 26ee0a6252 Removed deflist rule (move to plugin) 10 years ago
Vitaly Puzrin 57d56c43fb Removed footnote rules (move to plugin) 10 years ago
Vitaly Puzrin b2a212ffc3 Replace null characters with 0xFFFD instead of strip 10 years ago
Vitaly Puzrin c0ccaa79ce Removed abbr rules (move to plugin) 10 years ago
Alex Kocharin 8cb29935a3 Move reference rule to the block chain 10 years ago
Alex Kocharin 3a3904ad79 Move abbreviations from core to a block chain 10 years ago
Vitaly Puzrin e72603af70 Moved nesting check from rules to upper level 10 years ago
Vitaly Puzrin 96a1c73405 typo fixes 10 years ago
Vitaly Puzrin a66e29f8d0 Place md link to states and remove other aliases 10 years ago
Vitaly Puzrin 3f353603eb Core, ParseBlock, ParseInline minimal docs & minor fixes 10 years ago
Vitaly Puzrin d8c1b1f7d6 Strip NULL characters, according to new spec 10 years ago
Alex Kocharin 3f16868edd Add definition lists 10 years ago
Alex Kocharin faae7485b7 Add footnote rules 10 years ago
Vitaly Puzrin 0c26266918 Don't modify env in inline mode 10 years ago
Vitaly Puzrin c70700151a Updated parsers API - don't rewrite token arrays in StateCore 10 years ago
Vitaly Puzrin d917047d32 Removed unnecessary conditions 10 years ago
Vitaly Puzrin 615d8cdb8a Added inlineRender & inlineParse methods 10 years ago
Vitaly Puzrin d5683371b3 Added emails autolinking and improved tests coverage 10 years ago
Vitaly Puzrin 2b741deb18 Isolated rules management & rules cache build 10 years ago
Vitaly Puzrin 06fe4b9e53 Fixed fuckup on minification mangling, related to #89 10 years ago
Vitaly Puzrin 220efa32e8 updated eslint to 9.1 & did appropriate changes in sources 10 years ago
Vitaly Puzrin bc7b8e2f89 Perf: regex opts 10 years ago
Vitaly Puzrin 07a5bf5c7f listMode -> parentType 10 years ago
Alex Kocharin 46402a32b4 Replace bqMarks logic with negative tShift 10 years ago
Vitaly Puzrin a48454b99a Clarified comments 10 years ago
Vitaly Puzrin 46f73c6fbd Extended spaces & line breaks normalization 10 years ago
Vitaly Puzrin 5bd71f91a7 Moved state helpers to State* classes 10 years ago
Vitaly Puzrin b9d3828a5d Cleanup 10 years ago
Vitaly Puzrin 7390503066 Moved rules manager to separate class (block parser only) 10 years ago
Alex Kocharin 0453b72bf1 Rename "lexer" to "parser" 10 years ago
Alex Kocharin d3658c33dc Workaround for a bug with nested list elements tightness 10 years ago
Alex Kocharin 45da119338 Parse link reference definitions 10 years ago
Alex Kocharin 178cdf4777 Fix paragraph tightness 10 years ago
Alex Kocharin 1449ac720a Remove stopOnTwoNewlines argument in block parser 10 years ago
Vitaly Puzrin a8e6bab747 Reworked html parse in block lexer + added `html` option 10 years ago
Vitaly Puzrin e6341a4812 Files reorganize/cleanup 10 years ago