add missing markdown tags to file parser
[smdp.git] / sample.md
1 %title: Sample Presentation
2 %author: Michael Göhler
3 %date: 2014-08-07
4
5 Title
6 =====
7
8 This is the first page.
9
10 --------------------------------------------------------------------------------
11
12 # Page 2
13
14 This is another test page.
15
16 * * *
17
18 ## Code example
19
20         public static void main() {
21     }
22
23 Now with different indentation.
24
25         function expand_tab {
26         }
27
28 ***
29
30 Another Title
31 -------------
32
33 And some Text.
34