Open bennycode opened 7 years ago
When writing ** This is a test ** in the Markdown editor, the text shows up in bold. When viewing it on the live site, then it's not bold.
** This is a test **
Screenshot of Editor
Screenshot of actual page
Seems like the editor (SimpleMDE) is not using the same markdown specs as the server markdown compiler (MarkdownIt).
Steps to reproduce the behavior
When writing
** This is a test **
in the Markdown editor, the text shows up in bold. When viewing it on the live site, then it's not bold.Screenshot of Editor
Screenshot of actual page