livemark
livemark copied to clipboard
Improve BlogPlugin
Overview
- implement pagination?
- implement something like is_index and is_post helpers (currently, we use author)
- improve how we set active page in the left menu (currently, quite hacky/hardcoded)
- Use topics area to show/support tags?
- Add an article name between pages and topics (article page)?
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