* fix: fix reflink redos Co-authored-by: MakeNowJust <make.just.on@gmail.com> * fix: fix def redos Co-authored-by: MakeNowJust <make.just.on@gmail.com> * fix block label for multiple slashes Co-authored-by: MakeNowJust <make.just.on@gmail.com>
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
module.exports = {
|
|
markdown: `[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x`,
|
|
html: `<p>[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x</p>`,
|
|
};
|