73 Commits (master)

Author SHA1 Message Date
Michael Howell cd2477863f Update to comply with spec 0.31.2 2 months ago
Vitaly Puzrin 8b815a6072 lint: reduce empty lines 6 months ago
Vitaly Puzrin 5578e698af Cleanup internal exports 6 months ago
Vitaly Puzrin 6cbb5b2233 Deps bump 6 months ago
Vitaly Puzrin efc714f702 standard: more tweaks & simplify eslint config 6 months ago
Vitaly Puzrin 94177fca70 standard: spaces in comments 6 months ago
Vitaly Puzrin 9e7378775f standard: init vars in separate declaration 6 months ago
Vitaly Puzrin 0eb4cb96a4 standard: space before function params 6 months ago
Vitaly Puzrin d0219010ad standard: remove semi 6 months ago
Vitaly Puzrin 88b8669c46 var => const, let 6 months ago
Vitaly Puzrin e92e776411 Rewrite core to es6 modules 6 months ago
Katie Liu 6bce142987
updated outdated link in comment of lib/common/html_blocks.js (#972) 6 months ago
Matt Cowley 8470eb6706
chore: Update entities dependency (#901) 6 months ago
Alex Kocharin 6325878f9f Multiple refactors 2 years ago
Alex Kocharin ddbb195546 Remove meta from list of block html tags 4 years ago
Alex Kocharin 8ad16ac4d9 Allow EOL in processing instructions 4 years ago
Vitaly Puzrin 3d24bda404 Deps bump 5 years ago
Alex Kocharin d08c7c3897 Add an example related to case-insensitive comparisons 5 years ago
Vitaly Puzrin c36309ef1c Bump eslint & update CS 5 years ago
Alex Kocharin 7421ecce67 Improve normalization for reference label matching 5 years ago
Alex Kocharin 2959f8c27c Update CommonMark spec to 0.28 7 years ago
Vitaly Puzrin 09e9ad1688 Add missed h2..h6 to whitelisted block tags 8 years ago
Vitaly Puzrin 760050edcb eslint update & code cleanup 8 years ago
Alex Kocharin 0661eea828 Remove scheme whitelist for autolinks 8 years ago
Alf Eaton 0a6ecd942b Change variable name to remove reserved keyword 9 years ago
Vitaly Puzrin 255d62d391 Added iframe to list of block tags 9 years ago
Alex Kocharin b2aee1a978 Expand tabs only when it's needed, as per CommonMark 0.21 9 years ago
Alex Kocharin 643d9f75a0 Implement new html block algorithm from 0.21 9 years ago
Vitaly Puzrin e9ccf97a0b Commented out unused `replaceEntities()` 9 years ago
Vitaly Puzrin 387f3f0a8e Use externap package for entities data 9 years ago
Alex Kocharin 77e8b6cad0 Add configurable url normalizers 9 years ago
Alex Kocharin 31ce62ce80 Re-export uc.micro as md.utils.lib.ucmicro 9 years ago
Alex Kocharin e0cfc6db4c Re-export uc.micro and mdurl 9 years ago
Vitaly Puzrin 0732ac3bd6 Var rename & coverage improve 9 years ago
Alex Kocharin b8af54ba8e Use unescapeAll for links unescaping 9 years ago
Alex Kocharin 3264f17291 Use mdurl module instead of decodeURI+encodeURI 9 years ago
Vitaly Puzrin 7ade5e2ec5 Clarified isWhiteSpace() 9 years ago
Vitaly Puzrin 72371a85fe Replaced unicode-7.0.0 with uc.micro to reduce size 9 years ago
Vitaly Puzrin e61f9ccec4 Use punctuation re from unicode-7.0.0 & compacted html re 9 years ago
Vitaly Puzrin e77666c4a0 moved normalizeReference to utils, closes #42 9 years ago
Vitaly Puzrin da0e9c78a5 Added one more try/catch wrapper to normalizer, for safety 9 years ago
Vitaly Puzrin 47b71bae94 Fixed broken surrogates replacer 9 years ago
Vitaly Puzrin 6ab7cc30a4 Use the same regexp for comments as reference parser 9 years ago
Vitaly Puzrin c2312d971f Fixed punctuation check in emphasis 9 years ago
Vitaly Puzrin ca7b598032 Allow dach in html tag names (for upcoming spec changes), related to #32 9 years ago
Vitaly Puzrin 0fa09e9cd2 Fix surrogate pairs instead of processing encoder exceptions 9 years ago
Vitaly Puzrin cef03effe3 Catch exception in link normalizer on broken unicode sequence 9 years ago
Vitaly Puzrin e6315f3c6a Fixed whitespace check helper 9 years ago
Vitaly Puzrin 89c8620157 cdata regexp fix 9 years ago
Vitaly Puzrin 63fb27ca5b Added regexp escaper to utils 9 years ago