We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da970c commit c8521e5Copy full SHA for c8521e5
test/redos/nested_blockquote.js
@@ -0,0 +1,4 @@
1
+module.exports = {
2
+ markdown: '>'.repeat(5000),
3
+ html: '<blockquote>'.repeat(5000) + '</blockquote>'.repeat(5000)
4
+};
0 commit comments