frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 9 forks source link

Improve BlogPlugin #144

Open roll opened 3 years ago

roll commented 3 years ago

Overview

gabrielbdornas commented 2 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):

image

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 &raquo;</a>

Am I missing something? Or actually, this is a question on BlogPlugin?

roll commented 2 years ago

Thanks @gabrielbdornas

It looks like a bug in the blog plugin. I'll create an issue for it and investigate