You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your awesome bug report :) I found out it's related to a bug in markdown-js available at evilstreak/markdown-js#34. The bug in markdown-js exists for about 11 months and a quick and dirty fix is attached in the linked issue as well.
You can patch node_modules/node-markdownblog/node_modules/markdown/lib/markdown.js to get inline HTML working…
Update: With using the provided patch you will break HTML in code blocks :(
Maybe I should switch to another markdown compiler…
(Love your design philosophy, this looks like a highly promising tool, thank you for putting it out there!)
Trying to use inline HTML in a post as per Gruber's example escapes the tags and presents them as text.
To reproduce: Create a post with the following text
Expected output:
A table element with the text foo
Actual output:
The HTML code
The text was updated successfully, but these errors were encountered: