108 Commits (750a954d586c526e92bc4305bde2552743304d13)

Author SHA1 Message Date
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) 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 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 8 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 9 years ago
Alex Kocharin 86fd73fcba Disallow empty reference labels 9 years ago
Alex Kocharin c5ee94aaf6 Fix skipLastLF handling in getLines 9 years ago
Alex Kocharin d292f72b69 Add/fix indentation checking in blockquotes 9 years ago
JT ba16fad6a2 Don't split cells on pipe characters inside backticks. 9 years ago
Vitaly Puzrin d4fe12a6ec Fixed html block tags with numbers in name, closes #74 9 years ago
Alex Kocharin 77e8b6cad0 Add configurable url normalizers 9 years ago
Alex Kocharin f1aff8a5b9 Add StateCore.Token and StateCore.push() 9 years ago
Alex Kocharin 5a390adbbc Make Token class accessible from a State 9 years ago
Vitaly Puzrin d6128515b3 Removed unnecessary checks 9 years ago
Vitaly Puzrin 00117cb2e7 Changes to improve speed on node 0.12 & iojs 9 years ago
Vitaly Puzrin 3730820945 Added token helpers & reorganized renderer 9 years ago
Vitaly Puzrin 18d80c6f0b Moved validateLink() to root class 9 years ago
Alex Kocharin bb4dcf48f4 Set token.markup whereever appropriate 9 years ago