Skip to content

markdown-to-jsx@9.10.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:48
· 1 commit to main since this release
6b6141d

Patch Changes

  • 2401d28, b8ef1d5: Markdown with long runs of brackets or footnote markers now parses in linear time instead of slowing to a crawl. Inputs such as thousands of repeated [ or [^ could previously take seconds to minutes, which mattered most when rendering untrusted input on a server.

    Found by Team Atlanta, collected and verified by OSTIF, reported with a fix by smaury of Shielder.