small readme changes
[smdp.git] / sample.md
1 %title: Sample Presentation
2 %author: Michael Göhler
3 %date: 2014-09-14
4
5 mdp
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 These are some _incomplete *tags.
20
21 ********************************************
22
23 # UTF-8 support
24
25 ae = ä, oe = ö, ue = ü, ss = ß
26 upsilon = Ʊ, phi = ɸ
27
28 ▛▀▀▀▀▀▀▀▀▀▜
29 ▌rectangle▐
30 ▙▄▄▄▄▄▄▄▄▄▟
31
32 * * *
33
34 ## Code examples
35
36     public static void main() {
37     
38         printf("%s\n", "hello");
39     }
40
41 Now with *different* indentation.
42
43         function expand_tab {
44         printf("%s\n", "hello");
45     }
46
47 ***
48
49 This is the end.
50 ----------------
51
52 >
53 > My only friend, the end.
54 >
55