508 Commits (0eb4cb96a4a143a8f7be4a9171895a4bdbdebd03)

Author SHA1 Message Date
Vitaly Puzrin 0eb4cb96a4 standard: space before function params 10 months ago
Vitaly Puzrin d0219010ad standard: remove semi 10 months ago
Vitaly Puzrin 88b8669c46 var => const, let 10 months ago
Vitaly Puzrin 737c95a129 Fix demo build 10 months ago
Vitaly Puzrin e92e776411 Rewrite core to es6 modules 10 months ago
Vitaly Puzrin beed9aee2c punycode: switch to userland package 10 months ago
Chris Sewell 13829a2c7e
Remove spurious state attribute (#937) 10 months ago
Katie Liu 6bce142987
updated outdated link in comment of lib/common/html_blocks.js (#972) 10 months ago
Matt Cowley 8470eb6706
chore: Update entities dependency (#901) 10 months ago
Brian Morearty 91c115d87b
Moved `hljs` class to `<code>` from `<pre>`. (#913) 10 months 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 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() 3 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 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. 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) 4 years ago
Taneli Hukkinen 32564bad8d Clarify `Token.info` comment 4 years ago
Vitaly Puzrin c9949dd585 Avoid fenced token mutation, #745 4 years ago
Alex Kocharin c9dd942246 Fix crash when processing strikethrough 4 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
Alex Kocharin 2290e109c5 Disallow escaped spaces inside link destination 4 years ago
Alex Kocharin 83b05755db Fix quadratic time on emphasis 4 years ago
Alex Kocharin 537ab89d7c Don't try to parse link title if link wasn't found 4 years ago
Alex Kocharin fece91e265 Fix backtick algorithm 4 years ago
Alex Kocharin b1651b1363 Stop link title parsing when second `(` is found 4 years ago
Alex Kocharin 1e8aff0084 Fix quadratic time on backticks 4 years ago
Alex Kocharin 1910a3cdb2 Limit () nesting inside urls 4 years ago
Alex Kocharin f688abccaf Stop link parsing when second `<` is found 4 years ago
Alex Kocharin b56eeb01d9 Table with no columns is no longer a table 4 years ago
Alex Kocharin 75fe6e0c76 Fix tables inside lists indented with tabs 4 years ago