524 Commits (a367c44154d6c906c8652ed779af6a21f7eaed2e)

Author SHA1 Message Date
Bohan Wei a367c44154
Fix typo in comments of text.mjs (#1015) 9 months ago
Alex Kocharin 5e90063954 simplify logic in scanDelims 10 months ago
Michael Howell cd2477863f Update to comply with spec 0.31.2 10 months ago
Alex Kocharin de814cae73
fix quadratic complexity in reference parser (#1004) 10 months ago
Alex Kocharin 00b8a93c8f limit the number of autocompleted cells in a table 10 months ago
Orca d07d585b6b
docs: replace .js with .mjs in links to files in ndoc comments (#989) 12 months ago
Alex Kocharin d9885bad6e
Render html tags inside img alt as their original text (#979) 1 year ago
Vitaly Puzrin 9f5e9c6069 lint: remove key spacing 1 year ago
Vitaly Puzrin 8b815a6072 lint: reduce empty lines 1 year ago
Vitaly Puzrin 3c66f25608 eslint: config cleanup & drop nested configs 1 year ago
Vitaly Puzrin 5578e698af Cleanup internal exports 1 year ago
Vitaly Puzrin 6cbb5b2233 Deps bump 1 year ago
Vitaly Puzrin efc714f702 standard: more tweaks & simplify eslint config 1 year ago
Vitaly Puzrin 94177fca70 standard: spaces in comments 1 year ago
Vitaly Puzrin 9e7378775f standard: init vars in separate declaration 1 year ago
Vitaly Puzrin 7dfcf69b71 standard: no spaces near array brackets 1 year ago
Vitaly Puzrin 0eb4cb96a4 standard: space before function params 1 year ago
Vitaly Puzrin d0219010ad standard: remove semi 1 year ago
Vitaly Puzrin 88b8669c46 var => const, let 1 year ago
Vitaly Puzrin 737c95a129 Fix demo build 1 year ago
Vitaly Puzrin e92e776411 Rewrite core to es6 modules 1 year ago
Vitaly Puzrin beed9aee2c punycode: switch to userland package 1 year ago
Chris Sewell 13829a2c7e
Remove spurious state attribute (#937) 1 year ago
Katie Liu 6bce142987
updated outdated link in comment of lib/common/html_blocks.js (#972) 1 year ago
Matt Cowley 8470eb6706
chore: Update entities dependency (#901) 1 year ago
Brian Morearty 91c115d87b
Moved `hljs` class to `<code>` from `<pre>`. (#913) 1 year ago
Alex Kocharin 80a3adc094 Fix crash in linkify inline rule on malformed input 1 year ago
Baoshuo Ren 940459e654
fix: remove outdated comments (#891) 2 years ago
Alex Kocharin 1529ff4944 Guard against custom rule not incrementing pos 3 years ago
Alex Kocharin 6325878f9f Multiple refactors 3 years ago
Alex Kocharin 9ff460ef87 Drop a lot of extra code from blockquotes 3 years ago
Tobias Speicher e6d1bfdee1 refactor: replace deprecated String.prototype.substr() 3 years ago
Alex Kocharin f52351499b Remove (p) => § replacement in typographer 3 years ago
Alex Kocharin 3fc0deb38b Put entities to separate token 3 years ago
Alex Kocharin 6b58ec4245 Add linkifier rule to inline chain for full links 3 years ago
Alex Kocharin 75037c6514 Put escape sequences into separate token 3 years ago
Mizux c7e36eb12d
Fix typo 3 years ago
Vitaly Puzrin ffc49ab46b Fix possible ReDOS in newline rule. 3 years ago
Alex Kocharin 1cd8a5143b Fix tab preventing paragraph continuation in lists 3 years ago
Alex Kocharin 24abaa51a6 Improve emphasis algorithm 3 years ago
Himanshu Mehta e07a9ddeee typo fix 3 years ago
Eddie Kohler 8bcc82aa74 Parser: Set ordered list_item_open token info to input marker. 4 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 4 years ago
Alex Kocharin 0b14fa069f Update CommonMark spec to 0.30 4 years ago
Vitaly Puzrin 064d602c68 Updated highlight.js usage info 4 years ago
Taneli Hukkinen 272a470ed2 Fix newline not rendered in image alt attribute 4 years ago
Alex Kocharin 309c03a9e8 Lower priority for ATX headers to resolve conflict with HTML blocks 4 years ago
Taneli Hukkinen cd5296f1e7
Fix table/list parsing ambiguity (#767) 4 years ago
Taneli Hukkinen 32564bad8d Clarify `Token.info` comment 4 years ago