AJCxZ0
2 months agoDedicated Contributor
Missing Markdown
Please add the missing support for any of the Markdown which is not rendered:
# Heading 1
to
###### Heading 6
**Bold**
_Italic_
> Block quote
1. ordered list
- unordered list
`code`
Rule
---
[Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) link
| Table | Table |
```
code
block
```
Footnote[^1]
[^1]: This is the footnote
Term
: Definition of the term
~~strikethrough~~
- [x] task list item
- [ ] task list item
:smile: emoji
==highlight==
H~2~O subscipt
πr^2^ superscipt
PS. Please also provide an option to not use the WYSI(almost)WYG editor including the ability to preview a post.