ryanlelek / Raneto

Markdown powered Knowledgebase Wiki for Node.js
https://raneto.com
MIT License
2.79k stars 447 forks source link

Bug: Markdown Editor vs Rendered #376

Open ryanlelek opened 2 years ago

ryanlelek commented 2 years ago

Markdown string:

#My Topic

without the space after the # will render correctly in the Editing UI but not upon save. Must change to the below to get consistent results.

# My Topic
ryanlelek commented 9 months ago

Could be due to different parsers / engines