356 Commits (b14b837a04649676f47c50bd102c74e382ef2d18)

Author SHA1 Message Date
Vitaly Puzrin 220efa32e8 updated eslint to 9.1 & did appropriate changes in sources 11 years ago
Vitaly Puzrin 0cf8b0f362 StateBlock() cleanup 11 years ago
Vitaly Puzrin fbdcf4a595 grammar/typo fixes (manually imported from #65) 11 years ago
Vitaly Puzrin 54990dd7c5 Updated inline text scan logic 11 years ago
Vitaly Puzrin 8cacac58ad Don't recreate links buffer in linkifier 11 years ago
Vitaly Puzrin 4d7c3a717d Perf: smartquotes logic cleanup 11 years ago
Vitaly Puzrin 94871401b8 Perf: tweaked typorgapher checks 11 years ago
Vitaly Puzrin 91454dcafa Perf: fixed speed regression by linkifier 11 years ago
Vitaly Puzrin 1e65876d7b Fixed prev commit 11 years ago
Vitaly Puzrin 6c3ba9eb99 Perf: md unescaping opt 11 years ago
Vitaly Puzrin 2429443201 Updated list of text terminator chars 11 years ago
Vitaly Puzrin 8f909bcf33 Moved HTML escaping to renderer 11 years ago
Vitaly Puzrin bc7b8e2f89 Perf: regex opts 11 years ago
Vitaly Puzrin e259c99183 Fixed error in prev commit 11 years ago
Vitaly Puzrin c45c345c6b Perf: optimized html escape helper 11 years ago
Vitaly Puzrin d937eec5f3 Renamed stmd -> commonmark 11 years ago
Vitaly Puzrin 0411b14cf5 Added <mark> support 11 years ago
Vitaly Puzrin 710a62f1d5 Added <ins> support 11 years ago
Vitaly Puzrin a4afaa4ccb Freeze default rules set (~ equal to GFM). Added `full` preset to enable everything. 11 years ago
Vitaly Puzrin a0691ac720 Exposed `configure()` method 11 years ago
Vitaly Puzrin 0e4767711d Don't restrict rules by default 11 years ago
Vitaly Puzrin 9b87c99abc Reorganized parser configuration 11 years ago
Vitaly Puzrin 0930235149 reorganized files 11 years ago
Vitaly Puzrin f15fa5ed23 Renamed back `strikethrough` to `del` 11 years ago
Alex Kocharin 1676e10ee8 Fix performance when nested token doesn't match 11 years ago
Alex Kocharin c9adb050e0 Preserve initial position in links 11 years ago
Vitaly Puzrin 0d22001900 more fixes in link protocols check 11 years ago
Vitaly Puzrin d6b5c03d1f Improved prohibited protocols check in links 11 years ago
Vitaly Puzrin 2ef8825a7f Moved tight paragraphs marking to separate fn 11 years ago
Vitaly Puzrin 6ce8e1b61d Perf: improved inlines cache logic 11 years ago
Vitaly Puzrin 719d4c1888 Linkify fix. Closes #51 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
Vitaly Puzrin ab00db7c24 Fixed `Ruler.after()` method 11 years ago
Vitaly Puzrin d5c588b130 Simplified loose/tight logic. Closes #50 11 years ago
Vitaly Puzrin 2cc37e20d0 Splitted .render() methods to simplify monkeypatching 11 years ago
Vitaly Puzrin bf1016510b typo fix 11 years ago
Vitaly Puzrin 0e8d9bec18 reordered StateInline properties 11 years ago
Alex Kocharin 065eba8bda Add "lines" attribute to all block-level tokens 11 years ago
Vitaly Puzrin 07a5bf5c7f listMode -> parentType 11 years ago
Vitaly Puzrin 7ea9c2cffb StateBlock cleanup 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
Alex Kocharin 46402a32b4 Replace bqMarks logic with negative tShift 11 years ago
Vitaly Puzrin 199976d09e parse backticks without regex exec 11 years ago
Vitaly Puzrin 6db093844b Avoid shadow copy for inline containers 11 years ago
Vitaly Puzrin 105a06ceca Fixed linkify option 11 years ago
Vitaly Puzrin 190a8563ab Perf: optimized html block names lookup 11 years ago