Markdown support is available in JCE Pro
The editor supports a simple Markdown like syntax for formatting while typing.
Supported Syntax
Heading 1 - 6
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Bold, Italic, Strikethrough
**bold**
*italic*
~~strikethrough~~
Lists
Unordered lists
* item 1
* item 2
* item 3
Ordered lists
1. item 1
2. item 2
3. item 3
Links
[Text](https://www.joomla.org)
Images

Drag & Drop and Paste support
Markdown text will also be processed and converted into HTML when pasted into the the editor, or when a markdown file (.md) is dropped into the editor window.