calculate length of lines including backslashes correctly
[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
28 Now with different indentation.
29
30         function expand_tab {
31         }
32
33 ***
34
35 Another Title
36 -------------
37
38 And some Text.
39