Add an action to markdown editor's preview group(TextEditorWithPreview.LayoutGroup)

I want to extend markdown feature, and  how to add action in markdown preview group? 

1

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.

 

0

请先登录再写评论。