SIGN IN SIGN UP

fix(ui): limit Markdown rendering on RichInput (#6061)

- Added a new `useMarkdown` prop to RichInput for toggling between Markdown and HTML content.
- Updated the `extensions` function to conditionally configure link support based on the `useMarkdown` prop.
- Modified the content update logic to handle Markdown conversion when `useMarkdown` is enabled.
- Adjusted initial content loading to respect the `useMarkdown` setting for proper content type detection.
J
Jocelyn Lin committed
106f2113a6f5208c3e0ec0bac8abfae9ae21b751
Parent: 02813aa
Committed by GitHub <noreply@github.com> on 3/26/2026, 7:18:17 PM