123 Commits (master)

Author SHA1 Message Date
Alex Kocharin de814cae73
fix quadratic complexity in reference parser (#1004) 2 months ago
Alex Kocharin 00b8a93c8f limit the number of autocompleted cells in a table 2 months ago
Vitaly Puzrin 8b815a6072 lint: reduce empty lines 5 months ago
Vitaly Puzrin efc714f702 standard: more tweaks & simplify eslint config 6 months ago
Vitaly Puzrin 94177fca70 standard: spaces in comments 6 months ago
Vitaly Puzrin 9e7378775f standard: init vars in separate declaration 6 months ago
Vitaly Puzrin 7dfcf69b71 standard: no spaces near array brackets 6 months ago
Vitaly Puzrin 0eb4cb96a4 standard: space before function params 6 months ago
Vitaly Puzrin d0219010ad standard: remove semi 6 months ago
Vitaly Puzrin 88b8669c46 var => const, let 6 months ago
Vitaly Puzrin e92e776411 Rewrite core to es6 modules 6 months ago
Chris Sewell 13829a2c7e
Remove spurious state attribute (#937) 6 months ago
Alex Kocharin 6325878f9f Multiple refactors 2 years ago
Alex Kocharin 9ff460ef87 Drop a lot of extra code from blockquotes 2 years ago
Tobias Speicher e6d1bfdee1 refactor: replace deprecated String.prototype.substr() 2 years ago
Alex Kocharin 1cd8a5143b Fix tab preventing paragraph continuation in lists 2 years ago
Eddie Kohler 8bcc82aa74 Parser: Set ordered list_item_open token info to input marker. 3 years ago
Taneli Hukkinen e5986bb7cc Always suffix indented code block with a newline 3 years ago
Alex Kocharin 0b14fa069f Update CommonMark spec to 0.30 3 years ago
Taneli Hukkinen cd5296f1e7
Fix table/list parsing ambiguity (#767) 3 years ago
Alex Kocharin b56eeb01d9 Table with no columns is no longer a table 4 years ago
Alex Kocharin 75fe6e0c76 Fix tables inside lists indented with tabs 4 years ago
Alex Kocharin 9fe835bc12 Fix mappings for table rows 4 years ago
Alex Kocharin 3021a5207b Bring pipe escape algorithm in tables closer to gfm 4 years ago
Vas Sudanagunta 6629917dec Remove unnecessary calculation 4 years ago
Alex Kocharin 0b1699b034 Add missing line mapping for table rows 4 years ago
Alex Kocharin b3531c876e Fix blockquotes 4 years ago
Alex Kocharin a1c93811f8 Fix incorrect level recalculation in text_collapse 5 years ago
Alex Kocharin fa7a419161 Fix edge case for list indents 5 years ago
Alex Kocharin 254b776beb Allow tildes in info string of a fence block with tilde marker 5 years ago
Alex Kocharin a733ffa8b6 Fix blockquote termination inside lists 7 years ago
Ullallulloo bf4ba21254 Fixed typos in comment 7 years ago
Alex Kocharin c57f593b23 Fix blockquote termination by list item 7 years ago
Alex Kocharin f0e7e562ea Fix blockquote termination inside indented lists 7 years ago
Alex Kocharin d29f421927 Fix table indentation issues 7 years ago
Alex Kocharin 9eb2a26005 Fix backtick handling inside tables 8 years ago
Alex Kocharin 93544ee4bf Fenced code block info string should not contain fence marker 8 years ago
Alex Kocharin f5a06ec0b6 Make link/image/reference helpers overridable 8 years ago
Alex Kocharin 1bb254b879 Allow tabs inside GFM tables 8 years ago
Alex Kocharin 7a053ef4c5 Fix tab behavior inside blockquotes 8 years ago
Alex Kocharin 18dd8e3a71 Fix list terminating paragraph shenanigans 8 years ago
Alex Kocharin 1ecf143db0 Fix lists and headings 8 years ago
Alex Kocharin e5696e5b36 Partially fix tabs inside code blocks 8 years ago
Sean Lang 10d6448b22 support tables with missing values 8 years ago
Alex Kocharin 07cfbc9264 Add workarounds to lists to conform with CM spec 8 years ago
Alex Kocharin 637c776ec5 Allow multiline setext headers 8 years ago
Alex Kocharin a18ddc0223 Loosen table rules 8 years ago
Alex Kocharin b2aee1a978 Expand tabs only when it's needed, as per CommonMark 0.21 9 years ago
Alex Kocharin 02c04be9e5 Fix reference edge-case 9 years ago
Alex Kocharin 643d9f75a0 Implement new html block algorithm from 0.21 9 years ago