111 Commits (49ca65bbef067c7dba63468a48c4aee3048607dc)

Author SHA1 Message Date
Alex Kocharin 6325878f9f Multiple refactors 3 years ago
Alex Kocharin 9ff460ef87 Drop a lot of extra code from blockquotes 3 years ago
Tobias Speicher e6d1bfdee1 refactor: replace deprecated String.prototype.substr() 3 years ago
Alex Kocharin 1cd8a5143b Fix tab preventing paragraph continuation in lists 3 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) 4 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 8 years ago
Alex Kocharin c57f593b23 Fix blockquote termination by list item 8 years ago
Alex Kocharin f0e7e562ea Fix blockquote termination inside indented lists 8 years ago
Alex Kocharin d29f421927 Fix table indentation issues 8 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 9 years ago
Alex Kocharin 07cfbc9264 Add workarounds to lists to conform with CM spec 9 years ago
Alex Kocharin 637c776ec5 Allow multiline setext headers 9 years ago
Alex Kocharin a18ddc0223 Loosen table rules 9 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
Alex Kocharin 909f79e62e Bring ordered list markers up to spec 9 years ago
Alex Kocharin 954e156848 Allow numbered lists starting from zero 10 years ago
Alex Kocharin 86fd73fcba Disallow empty reference labels 10 years ago
Alex Kocharin c5ee94aaf6 Fix skipLastLF handling in getLines 10 years ago
Alex Kocharin d292f72b69 Add/fix indentation checking in blockquotes 10 years ago
JT ba16fad6a2 Don't split cells on pipe characters inside backticks. 10 years ago
Vitaly Puzrin d4fe12a6ec Fixed html block tags with numbers in name, closes #74 10 years ago
Alex Kocharin 77e8b6cad0 Add configurable url normalizers 10 years ago
Alex Kocharin f1aff8a5b9 Add StateCore.Token and StateCore.push() 10 years ago
Alex Kocharin 5a390adbbc Make Token class accessible from a State 10 years ago
Vitaly Puzrin d6128515b3 Removed unnecessary checks 10 years ago
Vitaly Puzrin 00117cb2e7 Changes to improve speed on node 0.12 & iojs 10 years ago