mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-10-14 03:41:17 +02:00
markdown-support added
This commit is contained in:
10
templates/entry/test-entry3.md
Normal file
10
templates/entry/test-entry3.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Test Entry Title 3
|
||||
This is a markdown file
|
||||
|
||||
- list entry
|
||||
- list entry
|
||||
- list entry
|
||||
|
||||
# md-header
|
||||
|
||||
more content
|
@@ -1,12 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml-stylesheet type="text/css" href="{{ url_for('static', filename='css/rss.css') }}" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
|
||||
<channel>
|
||||
<title>The Latest from Marten</title>
|
||||
<description>Updates from Marten Kante. Throw this in your RSS feeder for instant updates!</description>
|
||||
<title>Blog Title</title>
|
||||
<description>A short description of the blog.</description>
|
||||
<language>en-us</language>
|
||||
<link>/blog/feed.xml</link>
|
||||
<link>localhost:5000/feed.xml</link>
|
||||
<atom:link href="/feed.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
{% autoescape off %}
|
||||
|
Reference in New Issue
Block a user