quantizor/markdown-to-jsx (markdown-to-jsx)
### [`v7.6.2`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#762)
[Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.6.1...v7.6.2)
##### Patch Changes
- [`0274445`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/0274445): Fix false detection of tables in some scenarios.
- [`69f815e`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/69f815e): Handle `class` attribute from arbitrary HTML properly to avoid React warnings.
- [`857809a`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/857809a): Fenced code blocks are now tolerant to a missing closing sequence; this improves use in LLM scenarios where the code block markdown is being streamed into the editor in chunks.
### [`v7.6.1`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#761)
[Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.6.0...v7.6.1)
##### Patch Changes
- [`87d8bd3`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/87d8bd3): Handle `class` attribute from arbitrary HTML properly to avoid React warnings.
### [`v7.6.0`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#760)
[Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.5.1...v7.6.0)
##### Minor Changes
- [`2281a4d`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/2281a4d): Add `options.disableAutoLink` to customize bare URL handling behavior.
By default, bare URLs in the markdown document will be converted into an anchor tag. This behavior can be disabled if desired.
```jsx
The URL https://quantizor.dev will not be rendered as an anchor tag.
// or
compiler(
'The URL https://quantizor.dev will not be rendered as an anchor tag.',
{ disableAutoLink: true }
)
// renders:
The URL https://quantizor.dev will not be rendered as an anchor tag.
```
##### Patch Changes
- [`fb3d716`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/fb3d716): Simplify handling of fallback scenario if a link reference is missing its corresponding footnote.
### [`v7.5.1`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#751)
[Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.5.0...v7.5.1)
##### Patch Changes
- [`b16f668`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/b16f668): Fix issue with lookback cache resulting in false detection of lists inside lists in some scenarios
- [`58b96d3`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/58b96d3): fix: handle empty HTML tags more consistently [#597](https://redirect.github.com/quantizor/markdown-to-jsx/issues/597)
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^7.5.0
->^7.6.2
Release Notes
quantizor/markdown-to-jsx (markdown-to-jsx)
### [`v7.6.2`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#762) [Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.6.1...v7.6.2) ##### Patch Changes - [`0274445`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/0274445): Fix false detection of tables in some scenarios. - [`69f815e`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/69f815e): Handle `class` attribute from arbitrary HTML properly to avoid React warnings. - [`857809a`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/857809a): Fenced code blocks are now tolerant to a missing closing sequence; this improves use in LLM scenarios where the code block markdown is being streamed into the editor in chunks. ### [`v7.6.1`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#761) [Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.6.0...v7.6.1) ##### Patch Changes - [`87d8bd3`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/87d8bd3): Handle `class` attribute from arbitrary HTML properly to avoid React warnings. ### [`v7.6.0`](https://redirect.github.com/quantizor/markdown-to-jsx/blob/HEAD/CHANGELOG.md#760) [Compare Source](https://redirect.github.com/quantizor/markdown-to-jsx/compare/v7.5.1...v7.6.0) ##### Minor Changes - [`2281a4d`](https://redirect.github.com/quantizor/markdown-to-jsx/commit/2281a4d): Add `options.disableAutoLink` to customize bare URL handling behavior. By default, bare URLs in the markdown document will be converted into an anchor tag. This behavior can be disabled if desired. ```jsxConfiguration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.