BREAKING CHANGE: deprecated options removed. See https://marked.js.org/using_advanced#options to see how to enable the removed options with extensions.
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
module.exports = {
|
|
markdown: `# #${' '.repeat(50000)}a`,
|
|
html: '<h1># a</h1>'
|
|
};
|