portive / wysimark

The Wysiwyg Editor for Markdown: 100% CommonMark + GFM with Uploads and Image Resizing
Other
239 stars 41 forks source link

Element to display completed markdown (Wysimark/React) #61

Open WarrenHawker opened 8 months ago

WarrenHawker commented 8 months ago

Problem There is currently no way (according to the documentation) to display the completed markdown without the editor.

Solution Either add a property to the current Editable component to hide the edit and make the div non-editable, or create a new component that only displays the completed markdown.