518 Commits (14.0.0)

Author SHA1 Message Date
Alex Kocharin d9885bad6e
Render html tags inside img alt as their original text (#979) 6 months ago
Vitaly Puzrin 9f5e9c6069 lint: remove key spacing 6 months ago
Vitaly Puzrin 8b815a6072 lint: reduce empty lines 6 months ago
Vitaly Puzrin 3c66f25608 eslint: config cleanup & drop nested configs 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 7dfcf69b71 standard: no spaces near array brackets 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 737c95a129 Fix demo build 6 months ago
Vitaly Puzrin e92e776411 Rewrite core to es6 modules 6 months ago
Vitaly Puzrin beed9aee2c punycode: switch to userland package 6 months ago
Chris Sewell 13829a2c7e
Remove spurious state attribute (#937) 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
Brian Morearty 91c115d87b
Moved `hljs` class to `<code>` from `<pre>`. (#913) 6 months ago
Alex Kocharin 80a3adc094 Fix crash in linkify inline rule on malformed input 8 months ago
Baoshuo Ren 940459e654
fix: remove outdated comments (#891) 2 years ago
Alex Kocharin 1529ff4944 Guard against custom rule not incrementing pos 2 years ago
Alex Kocharin 6325878f9f Multiple refactors 2 years ago
Alex Kocharin 9ff460ef87 Drop a lot of extra code from blockquotes 2 years ago
Tobias Speicher e6d1bfdee1 refactor: replace deprecated String.prototype.substr() 2 years ago
Alex Kocharin f52351499b Remove (p) => § replacement in typographer 2 years ago
Alex Kocharin 3fc0deb38b Put entities to separate token 2 years ago
Alex Kocharin 6b58ec4245 Add linkifier rule to inline chain for full links 2 years ago
Alex Kocharin 75037c6514 Put escape sequences into separate token 2 years ago
Mizux c7e36eb12d
Fix typo 2 years ago
Vitaly Puzrin ffc49ab46b Fix possible ReDOS in newline rule. 2 years ago
Alex Kocharin 1cd8a5143b Fix tab preventing paragraph continuation in lists 2 years ago
Alex Kocharin 24abaa51a6 Improve emphasis algorithm 2 years ago
Himanshu Mehta e07a9ddeee typo fix 3 years ago
Eddie Kohler 8bcc82aa74 Parser: Set ordered list_item_open token info to input marker. 3 years ago
Taneli Hukkinen e5986bb7cc Always suffix indented code block with a newline 3 years ago
Alex Kocharin eed156e9cd Fix emphasis algorithm as per 0.30 spec 3 years ago
Alex Kocharin 0b14fa069f Update CommonMark spec to 0.30 3 years ago
Vitaly Puzrin 064d602c68 Updated highlight.js usage info 3 years ago
Taneli Hukkinen 272a470ed2 Fix newline not rendered in image alt attribute 3 years ago
Alex Kocharin 309c03a9e8 Lower priority for ATX headers to resolve conflict with HTML blocks 3 years ago
Taneli Hukkinen cd5296f1e7
Fix table/list parsing ambiguity (#767) 3 years ago
Taneli Hukkinen 32564bad8d Clarify `Token.info` comment 3 years ago
Vitaly Puzrin c9949dd585 Avoid fenced token mutation, #745 3 years ago
Alex Kocharin c9dd942246 Fix crash when processing strikethrough 3 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
Alex Kocharin e729b90a1d Fix quadratic complexity in autolinks 4 years ago
Alex Kocharin 8cd6fc34c4 Fix quadratic compexity on backticks 4 years ago