requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
100 stars 75 forks source link

Different Markdown rendering in Editor & actual page #28

Open bennycode opened 7 years ago

bennycode commented 7 years ago

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-1

Screenshot of actual page

screenshot-2

NGPixel commented 7 years ago

Seems like the editor (SimpleMDE) is not using the same markdown specs as the server markdown compiler (MarkdownIt).