Add an action to markdown editor's preview group(TextEditorWithPreview.LayoutGroup) Libing Chen 创建于 2026年04月03日 04:44 I want to extend markdown feature, and how to add action in markdown preview group?
You can extend markdown by using a custom renderer/plugin and add your action there. Avoid editing the preview core directly—use the available extension hooks or component overrides so future updates won’t break your changes.