93 Commits (1ad3aec2041cd2defa7e299543cc1e42184b680d)

Author SHA1 Message Date
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 10 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
opennota ffade4d421 Fix comparing array and number 10 years ago
Alex Kocharin 8ca0b5b52b Fix code coverage in references 10 years ago
Vitaly Puzrin 18efc864bd Removed dead code in block rules & improved tests coverage 10 years ago
Alex Kocharin a89d6758d7 Remove dead code in list.js 10 years ago
Vitaly Puzrin 90e5a9c9cc Bulk rules rename (unify) 10 years ago
Vitaly Puzrin 26ee0a6252 Removed deflist rule (move to plugin) 10 years ago
Vitaly Puzrin 57d56c43fb Removed footnote rules (move to plugin) 10 years ago
Vitaly Puzrin c0ccaa79ce Removed abbr rules (move to plugin) 10 years ago