-
Use tables in pelican markdown
Some might know, that I use pelican to build my static blog. I therefore write my blogposts in markdown. I finally got a way working to use markdown tables in my blog by getting pelican to use the builtin markdown-table plugin. To achieve this there is only a slight modification …