This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
markdown-to-jsx@7.7.0
Minor Changes
20777bf: Add support for GFM alert-style blockquotes.
> [!Note]
> This is a note-flavored alert blockquote. The "Note" text is injected as a `<header>` by
> default and the blockquote can be styled via the injected class `markdown-alert-note`
> for example.
Patch Changes
5d7900b: Adjust type signature for <Markdown> component to allow for easier composition.
918b44b: Use newer React.JSX.* namespace instead of JSX.* for React 19 compatibility.
91a5948: Arbitrary HTML no longer punches out pipes when parsing rows. If you absolutely need a pipe character that isn't a table separator, either escape it or enclose it in backticks to trigger inline code handling.
23caecb: Drop encountered ref attributes when processing inline HTML, React doesn't handle it well.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
markdown-to-jsx@7.7.0
Minor Changes
20777bf: Add support for GFM alert-style blockquotes.
Patch Changes
<Markdown>
component to allow for easier composition.React.JSX.*
namespace instead ofJSX.*
for React 19 compatibility.ref
attributes when processing inline HTML, React doesn't handle it well.