The open source embeddable online markdown editor (component).
-
Updated
Sep 22, 2020 - JavaScript
{{ message }}
The open source embeddable online markdown editor (component).
One app for all your notes on all your devices.
Add a description, image, and links to the markdown-writer topic page so that developers can more easily learn about it.
To associate your repository with the markdown-writer topic, visit your repo's landing page and select "manage topics."
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n