CKEditor 5 can be configured to output Markdown instead of HTML. Markdown is a lightweight markup language that you can use to add formatting to plain text documents. Use the Source button to check and edit the Markdown source code of this content.
The editor-produced Markdown output supports most essential features, like links, different kinds of emphasis, inline code formatting, or code blocks:
inline code formatting
p { text-align: center; color: red; }
Thanks to the autoformatting feature, you can use Markdown syntax when writing. Try it out - use these (or any other) Markdown shortcuts in the editor to format the content on the fly 🚀!
**
__
*
_
Code
Ë‹
~~
Shh! 🤫 Markdown has very basic support for tables. Some advanced table-related features like table or cell styling were disabled in this demo.
You can also use Markdown to create various text blocks, such as:
ï¹¥
#
##
###
1.
1)
-
[ ]
[x]
ˋˋˋ
---
Output: