updated sample.md
[smdp.git] / sample.md
1 %title: Sample Presentation
2 %author: Michael Göhler
3 %date: 2014-09-14
4
5 mpd
6 ===
7
8 A command-line based presentation tool.
9
10 --------------------------------------------
11
12 Here are some formating tests:
13
14 These are 3 stars: \*\*\*
15 And two backslashes: \\\\
16
17 This text is _underlined_ and *highlighted*.
18
19 ********************************************
20
21 # UTF-8 support
22
23 ae = ä, oe = ö, ue = ü, ss = ß
24 upsilon = Ʊ, phi = ɸ
25
26 ▛▀▀▀▀▀▀▀▀▀▜
27 ▌rectangle▐
28 ▙▄▄▄▄▄▄▄▄▄▟
29
30 * * *
31
32 ## Code examples
33
34     public static void main() {
35     
36         printf("%s\n", "hello");
37     }
38
39 Now with *different* indentation.
40
41         function expand_tab {
42         printf("%s\n", "hello");
43     }
44
45 ***
46
47 The END
48 -------
49
50 My only friend, the end.
51