This website requires JavaScript.
Explore
Help
Sign In
codewalker
/
marked
Watch
1
Star
0
Fork
0
You've already forked marked
Code
Pull Requests
Actions
Packages
Releases
Activity
marked
/
test
/
specs
/
redos
/
quadratic_heading.cjs
5 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: fix atx heading and make regex safe (#1853)
2020-12-10 10:28:58 -06:00
module
.
exports
=
{
markdown
:
`
# #
${
' '
.
repeat
(
50000
)
}
a
`
,
fix: remove deprecated options (#2936) BREAKING CHANGE: deprecated options removed. See https://marked.js.org/using_advanced#options to see how to enable the removed options with extensions.
2023-09-02 22:02:24 -06:00
html
:
'<h1># a</h1>'
fix: fix atx heading and make regex safe (#1853)
2020-12-10 10:28:58 -06:00
}
;
Copy Permalink