I would like to edit rich text fields directly using markdown syntax, so that when I save, the text will be formatted as I intended.
e.g.
# Heading 1
## Heading 2
`code snippet`
- bullet
- bullet
- bullet
| theader | tcolumn | tcol2 |
| -------- | -------- | ----- |
| tdata | tdata | tdata |
- [ ] checkbox
- [x] checked checkbox
I need to highlight these ==very important words==
I just love **bold text**
let's separate this section from the next using a horizontal rule
-------
voila!