Add Vader tests for RSS feed generation

This commit is contained in:
Reiner Herrmann
2020-07-22 15:33:21 +02:00
committed by Tinmarino
parent e3501dcdd0
commit ca84701c83
6 changed files with 137 additions and 0 deletions

View File

@ -0,0 +1 @@
example diary entry for day 1.

View File

@ -0,0 +1,3 @@
= Day 2 =
another diary entry

View File

@ -0,0 +1,5 @@
%nohtml
== day 3 ==
and yet *another* diary entry.

View File

@ -0,0 +1,17 @@
= day 4 =
== subsection 1 ==
here is some code:
{{{
#!/bin/sh
echo "hello world"
}}}
== subsection 2 ==
an important list:
* point 1
* point 2