Quantcast
Channel: Markdown syntax inside Jekyll Liquid results in plaintext rendering - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Markdown syntax inside Jekyll Liquid results in plaintext rendering

$
0
0

I'm trying to list my posts like so, using Jekyll's Liquid:

{% for post in site.posts %}    - [ {{ post.title }} ]( {{ post.url }} ){% endfor %}

As far as I understand it, this should produce markdown similar to:



However, it simply substitutes the URL and title but returns plaintext:

- [Example Website](http://example.com)

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images