Open roll opened 3 years ago
Hello @roll!!
I think I have a question directly related to this issue.
I created a blog using Livemark, but as the figure below shows, the index page isn't transforming my markdown syntax into HTML tags (The example try to create a link to GitHub pages):
I tried to use the livemark-markdown
class, as suggested here in the documentation, but it didn't work:
<div class="livemark-markdown">{{ item.document.description }}</div>
<a href="{{ item.relpath }}.html">Read more »</a>
Am I missing something? Or actually, this is a question on BlogPlugin?
Thanks @gabrielbdornas
It looks like a bug in the blog plugin. I'll create an issue for it and investigate
Overview