added cstack to viewer + implemented inline highlighting
[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 These are 3 stars: \*\*\*
13 And two backslashes: \\\\
14
15 ---
16
17 # Page 2
18
19 This is _another_ test page.
20
21 * * *
22
23 ## Code example
24
25     public static void main() {
26     
27         printf("%s\n", "hello");
28     }
29
30 Now with *different* indentation.
31
32         function expand_tab {
33         printf("%s\n", "hello");
34     }
35
36 ***
37
38 Another Title
39 -------------
40
41 And some Text.
42