68 Commits (f9c87c39adb9ca7d4a9eb3c30812e52e33f3b763)

Author SHA1 Message Date
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
Alex Kocharin 8cb29935a3 Move reference rule to the block chain 10 years ago
Alex Kocharin 3a3904ad79 Move abbreviations from core to a block chain 10 years ago
Vitaly Puzrin e72603af70 Moved nesting check from rules to upper level 10 years ago
Vitaly Puzrin a66e29f8d0 Place md link to states and remove other aliases 10 years ago
Vitaly Puzrin 671fd4f3ed eslint rules & coding style update 10 years ago
Alex Kocharin 1ff69abeba Fix arbitrary keys in refs/footnotes/abbrs 10 years ago
Alex Kocharin 4649deb59b Deduplicate footnotes 10 years ago
Alex Kocharin 3f16868edd Add definition lists 10 years ago
Alex Kocharin faae7485b7 Add footnote rules 10 years ago
Vitaly Puzrin 2af5f87f02 Removed unnecessary conditions 10 years ago
Vitaly Puzrin c70700151a Updated parsers API - don't rewrite token arrays in StateCore 10 years ago
Alex Kocharin a261f91957 allow one-column tables 10 years ago
Alex Kocharin d39417e100 Added a core chain 10 years ago
Vitaly Puzrin 2b741deb18 Isolated rules management & rules cache build 10 years ago
Vitaly Puzrin f54ea502ee Updated heading for new spec 10 years ago
Vitaly Puzrin a9895f72d0 Fixed regression in 1.2.1 release, closes #88 10 years ago
Alex Kocharin e7c60e1a01 Fix fences rule 10 years ago
Alex Kocharin 5c5f2309de Fix blockquote line numbers 10 years ago
Vitaly Puzrin 0cf8b0f362 StateBlock() cleanup 10 years ago
Vitaly Puzrin 2ef8825a7f Moved tight paragraphs marking to separate fn 10 years ago
Vitaly Puzrin d5c588b130 Simplified loose/tight logic. Closes #50 10 years ago
Alex Kocharin 065eba8bda Add "lines" attribute to all block-level tokens 10 years ago
Vitaly Puzrin 07a5bf5c7f listMode -> parentType 10 years ago
Vitaly Puzrin 7ea9c2cffb StateBlock cleanup 10 years ago
Alex Kocharin 46402a32b4 Replace bqMarks logic with negative tShift 10 years ago