Add WYSIWYG controls that add Markdown syntax to Text Area. Similar to how Github issues editor works with preview. E.g.
highlighted text
would be replaced with
[highlighted text]()
when clicking a "Link" button, surrounded with
**
when clicking "Bold" button, or allowing form fillers to paste or upload image files into the text area which are automatically converted to Markdown
![](https://url)