mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Markdownify test
This commit is contained in:
parent
1392d6b9a5
commit
04d3930609
1 changed files with 1 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -15,7 +15,7 @@ layout: minify
|
||||||
<author>
|
<author>
|
||||||
<name>{{ site.title }}</name>
|
<name>{{ site.title }}</name>
|
||||||
</author>
|
</author>
|
||||||
<content>{{ post.content | strip_html }}</content>
|
<content>{{ post.content | markdownify }}</content>
|
||||||
<content:encoded>{{ post.content | xml_escape }}</content:encoded>
|
<content:encoded>{{ post.content | xml_escape }}</content:encoded>
|
||||||
<published>{{ post.date | date_to_xmlschema }}</published>
|
<published>{{ post.date | date_to_xmlschema }}</published>
|
||||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||||
|
|
Loading…
Reference in a new issue