The open source embeddable online markdown editor (component).
-
Updated
Nov 1, 2020 - JavaScript
{{ message }}
Markdown is a lightweight markup language. It is designed to be a simple, lightweight way to add formatting without prior HTML experience.
The open source embeddable online markdown editor (component).
(discontinued) Your all-purpose markdown editor.
One of the 'BEST' markdown preview extensions for Atom editor!
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
A modern, native macOS markdown editor
Markdown editor with inline preview
Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
make visualization in markdown.
ReText: Simple but powerful editor for Markdown and reStructuredText
A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
Presently, the user is allowed to pick colors for BG and FG using a color wheel. While this is handy when exploring new colors, this is actually hard to use when the user already has a specific hex code in mind and would just like to enter it
this markdown Editor for hexo blog
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
The personal knowledge management (PKM) tool that grows as you do!
EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
Markdown language support for IntelliJ IDEA.
Add StackEdit to any website
Github markdown previewing straight from your shell.
Created by John Gruber
Released March 19, 2004
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