Update dependency mui-markdown to v3 - #98
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/mui-markdown-3.x
branch
3 times, most recently
from
July 24, 2026 12:09
f84984b to
deae94a
Compare
renovate
Bot
force-pushed
the
renovate/mui-markdown-3.x
branch
from
July 30, 2026 16:46
deae94a to
2826adc
Compare
renovate
Bot
force-pushed
the
renovate/mui-markdown-3.x
branch
from
August 12, 2026 03:48
2826adc to
9de805c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.5→^3.0.0Release Notes
HPouyanmehr/mui-markdown (mui-markdown)
v3.0.1Compare Source
v3.0.0Compare Source
markdown-to-jsxpeer dependency is now>=9.0.0(was>=7.0.0). If your app pinsmarkdown-to-jsxv7 or v8, you must upgrade it alongsidemui-markdown. mui-markdown now imports from themarkdown-to-jsx/reactentry point (the root React export is deprecated upstream and will be removed in markdown-to-jsx v10).<script>,<iframe>,<object>,<embed>,<style>,<textarea>,<title>,<xmp>,<plaintext>,<noembed>,<noframes>) are now escaped and rendered as text instead of being passed through.javascript:/vbscript:/maliciousdata:URLs are also sanitized. Benign HTML (e.g.<span style="...">) still passes through.options={{ tagfilter: false }}to restore the old behavior. For untrusted content, keep the new default.*text\nacross lines*now renders literal asterisks. Keep emphasis on one line or use HTML tags.Checkboxinstead of a raw<input type="checkbox">. Override theinputkey inoverridesif you want different rendering.>= 16; mui-markdown's own peer range remainsreact >= 17.✨ New features (opt-in, no behavior change unless enabled)
extractHeadings(markdown, options?)export returns{ text, level, id }[]whereidmatches the anchor idsMuiMarkdownrenders. Build your own TOC component from it — nothing is auto-rendered. See the README example.enableMathprop plusMathBlockcomponent (exported frommui-markdown/client) render```mathfenced blocks with KaTeX.katexis an optional dependency and is loaded lazily on the client, so bundle size is unchanged for non-users. Configure viakatexOptions. Currently block math only (no inline$...$).[^1]) are now rendered natively by markdown-to-jsx v9, with mui-markdown's MUILinkstyling applied to references.🔧 Fixes / internal
```js copiable hideLineNumbers) which markdown-to-jsx v9 stopped passing to renderers; mui-markdown now recovers them from the ASTinfoString, so all documented Enhanced Code Block features keep working.hideLineNumbersis no longer lowercased); both spellings are accepted.extractHeadings.npm auditis clean (@rollup/plugin-terserbumped to 1.x for theserialize-javascriptadvisory).@rollup/plugin-typescriptis pinned to 12.1.2 — 12.3.0 breaks the build (declaration path validation).@mui/materiallatest major is now 9.x; the peer range>=5.0.0already allows it, and the library is built/tested against 7.x. No peer change made.Migration from 2.x
npm i markdown-to-jsx@^9.<script>/<iframe>-class tags from markdown, addoptions={{ tagfilter: false }}(trusted content only).pre/codeor use customrenderRule, re-test code blocks: v9 emits bothlanguage-xandlang-xclasses.getOverrides, MDX helpers, mermaid, syntax highlighting — is unchanged.v2.1.1Compare Source
v2.1.0Compare Source
Enhanced code blocks with syntax highlighting features, copy functionality, and extensive customization options.
For detailed usage examples, see the README.
v2.0.5Compare Source
Fix #37
Full Changelog: HPouyanmehr/mui-markdown@v2.0.4...v2.0.5
v2.0.4Compare Source
Fix #37
Full Changelog: HPouyanmehr/mui-markdown@v2.0.3...v2.0.4
v2.0.3Compare Source
Fix #35
Table scrollbar is now optional; enable it with the
customTableScrollbarkey.Note: Enabling it makes the table component client-side.
Full Changelog: HPouyanmehr/mui-markdown@v2.0.2...v2.0.3
v2.0.2Compare Source
v2.0.1Compare Source
DiagramcomponentFull Changelog: HPouyanmehr/mui-markdown@v2.0.0...v2.0.1
v2.0.0Compare Source
What's Changed
New Contributors
Full Changelog: HPouyanmehr/mui-markdown@v1.2.6...v2.0.0
v1.2.6Compare Source
Add support for MUI v7 (#31)
Full Changelog: HPouyanmehr/mui-markdown@v1.2.5...v1.2.6
Configuration
📅 Schedule: (UTC)
🚦 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.