Releases: quantizor/markdown-to-jsx
Releases · quantizor/markdown-to-jsx
v7.2.0
What's Changed
- Resolve issue with catastrophic backtracking regex by @Prestaul in #436
- fix: add package.json to exports by @ilia-kurganskii in #445
- refactor: simplify image+link regexes, allow data image URLs by @probablyup in #472
- Parse link reference definitions surrounded by angle brackets by @ElliotFriend in #476
- feat: add support for "mark" syntax
==text==
by @probablyup in #471 - Syntax nits to make IntelliJ happy by @ikonst in #417
- fix: improve link detection regex by @probablyup in #483
New Contributors
- @Prestaul made their first contribution in #436
- @ilia-kurganskii made their first contribution in #445
- @ElliotFriend made their first contribution in #476
Full Changelog: v7.1.9...v7.2.0
v7.1.9
What's Changed
- feat(compiler): allow replacing of special capital html characters by @garywilddev in #448
- fix: handle fenced code block metadata (4e403ae)
- fix: use JSX.IntrinsicAttributes instead of React.Props (9d1d907)
- refactor: detect ordered and unordered lists separately unless nested (895c2b7)
- fix: lists are not eligible in simple inline mode (b7c9481)
New Contributors
- @fubhy made their first contribution in #467
- @garywilddev made their first contribution in #448
Full Changelog: v7.1.8...v7.1.9
v7.1.8
What's Changed
- Bump ejs from 3.1.6 to 3.1.8 by @dependabot in #452
- Escaped an unescaped tilde. by @Dhruvin-Purohit in #450
- fix: a space is required between id block and url for references by @probablyup in #458
New Contributors
- @Dhruvin-Purohit made their first contribution in #450
Full Changelog: v7.1.7...v7.1.8
v7.1.7
What's Changed
- Disable esModuleInterop and remove unquote dependency by @ecraig12345 in #426
- Bump nanoid from 3.1.23 to 3.2.0 by @dependabot in #419
New Contributors
- @ecraig12345 made their first contribution in #426
Full Changelog: 7.1.6...v7.1.7
v7.1.6
7.1.5
Fixes a bug with the package.json config for some bundlers
Full Changelog: 7.1.4...7.1.5
7.1.4
What's Changed
- docs: Correcting Preact instructions by @rschristian in #402
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #404
New Contributors
- @rschristian made their first contribution in #402
Full Changelog: 7.1.3...7.1.4
7.1.3
- minor dependency updates
- fix word misinterpretation for emphasized text (#387) thanks @djskinner
- Update README for Syntax highlighting (#384) thanks @stephan-noel
- Fix bare URL link with duplicated anchor tag (#381) thanks @TheMightyPenguin
7.1.2
7.1.1
- TS adjustments
- dependency updates
- Document
wrapper
andforceWrapper
options (#350) @coreyward - Heading: Trim closing hashes in regex (atx style) @dquenne
- use React.ElementType rather than React.ComponentType (#354) @cheapsteak