add color to CODE, H1 and H2
[smdp.git] / sample.md
index fa4bad7..2f83e53 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -1,13 +1,18 @@
-@title: Sample Presentation
-@author: Michael Göhler
-@date: 2014-08-07
+%title: Sample Presentation
+%author: Michael Göhler
+%date: 2014-08-07
 
 Title
 =====
 
 This is the first page.
 
---------------------------------------------------------------------------------
+------------------------------------
+
+These are 3 stars: \*\*\*
+And two backslashes: \\\\
+
+---
 
 # Page 2
 
@@ -17,10 +22,21 @@ This is another test page.
 
 ## Code example
 
-       public static void main() {
+    public static void main() {
+    
+        printf("%s\n", "hello");
     }
 
 Now with different indentation.
 
        function expand_tab {
-        }
+        printf("%s\n", "hello");
+    }
+
+***
+
+Another Title
+-------------
+
+And some Text.
+