101 Commits (f156ed1bffec0e02b2353abf248c5b10c6101524)

Author SHA1 Message Date
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
Alex Kocharin 4aabd5592e Use a common class for tokens 9 years ago
Vitaly Puzrin 1dba8be089 Removed tests added to spec and fixed coverage 9 years ago
Kirill Efimov a3a49b5c55 Tables: add/remove columns to match the first row, fix #59 9 years ago
Vitaly Puzrin 43780be419 Improved reference scan efficiency, related to #54 10 years ago
Vitaly Puzrin e77666c4a0 moved normalizeReference to utils, closes #42 10 years ago
Kirill Efimov 0076a1ebab Added ability to escape table row separator, fix #5 10 years ago
opennota b31b675a30 Remove unused assignment 10 years ago