524 Commits (master)

Author SHA1 Message Date
Bohan Wei a367c44154
Fix typo in comments of text.mjs (#1015) 2 months ago
Alex Kocharin 5e90063954 simplify logic in scanDelims 2 months ago
Michael Howell cd2477863f Update to comply with spec 0.31.2 2 months ago
Alex Kocharin de814cae73
fix quadratic complexity in reference parser (#1004) 2 months ago
Alex Kocharin 00b8a93c8f limit the number of autocompleted cells in a table 2 months ago
Orca d07d585b6b
docs: replace .js with .mjs in links to files in ndoc comments (#989) 4 months ago
Alex Kocharin d9885bad6e
Render html tags inside img alt as their original text (#979) 5 months ago
Vitaly Puzrin 9f5e9c6069 lint: remove key spacing 5 months ago
Vitaly Puzrin 8b815a6072 lint: reduce empty lines 5 months ago
Vitaly Puzrin 3c66f25608 eslint: config cleanup & drop nested configs 5 months ago
Vitaly Puzrin 5578e698af Cleanup internal exports 5 months ago
Vitaly Puzrin 6cbb5b2233 Deps bump 5 months ago
Vitaly Puzrin efc714f702 standard: more tweaks & simplify eslint config 5 months ago
Vitaly Puzrin 94177fca70 standard: spaces in comments 5 months ago
Vitaly Puzrin 9e7378775f standard: init vars in separate declaration 5 months ago
Vitaly Puzrin 7dfcf69b71 standard: no spaces near array brackets 5 months ago
Vitaly Puzrin 0eb4cb96a4 standard: space before function params 5 months ago
Vitaly Puzrin d0219010ad standard: remove semi 5 months ago
Vitaly Puzrin 88b8669c46 var => const, let 5 months ago
Vitaly Puzrin 737c95a129 Fix demo build 5 months ago
Vitaly Puzrin e92e776411 Rewrite core to es6 modules 5 months ago
Vitaly Puzrin beed9aee2c punycode: switch to userland package 5 months ago
Chris Sewell 13829a2c7e
Remove spurious state attribute (#937) 5 months ago
Katie Liu 6bce142987
updated outdated link in comment of lib/common/html_blocks.js (#972) 5 months ago
Matt Cowley 8470eb6706
chore: Update entities dependency (#901) 5 months ago
Brian Morearty 91c115d87b
Moved `hljs` class to `<code>` from `<pre>`. (#913) 5 months ago
Alex Kocharin 80a3adc094 Fix crash in linkify inline rule on malformed input 7 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