We’re planning to implement the markdown visualization and here are the new designs. <img width="719" height="253" alt="Image" src="https://github.com/user-attachments/assets/dc124618-a85d-475c-bbe0-627f4b0780de" /> As you can see, some parts aren’t achievable with the current markdown component. The changes we’d need are: 1. Ability to hide the preview/editor toggle from the toolbar’s right side 2. In the same spot, be able to display a help button instead 3. Ability to display a customFooterComponent Here's the proposed API: ``` customFooterContent?: Component; toolbarRightContentType?: 'previewToggle' | 'help'; ``` Open to better ideas too!