57 Commits (9ca589e2f14dc160476f01fb158df692bb328ba5)

Author SHA1 Message Date
Alex Kocharin 9335394a99 Disable replacements inside autolinks 8 years ago
Alex Kocharin 6dbe532460 Replace standalone CR with LF when normalizing newlines 8 years ago
Vitaly Puzrin 760050edcb eslint update & code cleanup 8 years ago
Alex Kocharin 946b1a1961 Take into account adjacent tokens in smartquotes 9 years ago
Alex Kocharin b2aee1a978 Expand tabs only when it's needed, as per CommonMark 0.21 9 years ago
Alex Kocharin a7b2b3b4e8 Add multichar replacements in smartquotes 9 years ago
Vitaly Puzrin cc87145842 Regex workagound for phantomjs, related to #77 9 years ago
Alex Kocharin e91574c391 Smartquote rule cleanup 9 years ago
Vitaly Puzrin 7075e8881f Updated and optimized call 9 years ago
Alex Kocharin e173111e40 Remove stateCore.push() method 9 years ago
Vitaly Puzrin 84375344d2 Simplified replacer 9 years ago
Alex Kocharin 3ba6f8b6d2 Tweak scanDelims algorithm 9 years ago
Alex Kocharin b8f7b5b64e Add markup info for autolink and linkifier tokens 9 years ago
Alex Kocharin 141308d1a7 Fix protocol-less urls from linkifier 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
Vitaly Puzrin 9ae876b0fe Splitted replacements & smartquotes to smaller functions 9 years ago
Vitaly Puzrin 00117cb2e7 Changes to improve speed on node 0.12 & iojs 9 years ago
Vitaly Puzrin 18d80c6f0b Moved validateLink() to root class 9 years ago
Alex Kocharin 4aabd5592e Use a common class for tokens 9 years ago
Alex Kocharin 552c130b21 Improve smartquotes handling 9 years ago
Vitaly Puzrin 9159018e2a Replaced `autolinker` with `linkify-it`, closes #2 9 years ago
Vitaly Puzrin ba460b1a71 Removed unused code 10 years ago
Vitaly Puzrin a0e122fb4e deps update 10 years ago
Vitaly Puzrin 9783b530db Added to top enable/disable methods & errors throw 10 years ago
Vitaly Puzrin 584e55861c Moved input normalization to core chain 10 years ago
Vitaly Puzrin 90e5a9c9cc Bulk rules rename (unify) 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 a66e29f8d0 Place md link to states and remove other aliases 10 years ago
Vitaly Puzrin 56001200c0 Added link target attribute support for plugins 10 years ago
Vitaly Puzrin 193e94cb61 apidocs: updates + added Ruler docs 10 years ago
Alex Kocharin f7edb05ef8 Forbid nested brackets in references 10 years ago
Vitaly Puzrin 4a34e7b742 Moved array element subst to utils 10 years ago
Vitaly Puzrin 8a67cb3a83 Do browserified output ascii-friendly 10 years ago
Alex Kocharin 19e1aa28ea use .toUpperCase() for link normalization 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
Vitaly Puzrin 4bbbffcb77 Footnotes: updated docs & defaults 10 years ago
Alex Kocharin faae7485b7 Add footnote rules 10 years ago
Vitaly Puzrin 26a22b182a Fixed replaceEntities, default preset, improved coverage 10 years ago
Vitaly Puzrin 0c26266918 Don't modify env in inline mode 10 years ago
Vitaly Puzrin c70700151a Updated parsers API - don't rewrite token arrays in StateCore 10 years ago
Vitaly Puzrin 35063086ba Moved link parse functions to helpers 10 years ago
Vitaly Puzrin d917047d32 Removed unnecessary conditions 10 years ago
Vitaly Puzrin e0765a9d04 Optimized typographer replacements 10 years ago
Alex Kocharin 2c286f5aed Add abbreviations 10 years ago