You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already integrated the editor into a project to allow markdown entry of text, but I am wondering if there exist in the package methods or conventions for using the same renderer the editor uses to then display the same visual output when viewing in a read-only state? Is this a lib method one can call with a rich text widget as a target, or some other thing I can/should do when rendering views with markdown text?
The text was updated successfully, but these errors were encountered:
csuwildcat
changed the title
Is there a available/recommended way to present read-only views of markdown?
Is there an available/recommended way to present read-only views of markdown?
Dec 19, 2024
If you're referring to the left panel being a read only output, yeah, basically, just looking for the best way to use the lib to simply render a markdown text to a static element, not editable or modifiable, just the view output of the render.
Is there either a utility method or config value for instances of the editor to take in a source and just render the markdown without making it an active editor?
I have already integrated the editor into a project to allow markdown entry of text, but I am wondering if there exist in the package methods or conventions for using the same renderer the editor uses to then display the same visual output when viewing in a read-only state? Is this a lib method one can call with a rich text widget as a target, or some other thing I can/should do when rendering views with markdown text?
The text was updated successfully, but these errors were encountered: