small readme changes
[smdp.git] / sample.md
index fa4bad7..53afc65 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -1,26 +1,55 @@
-@title: Sample Presentation
-@author: Michael Göhler
-@date: 2014-08-07
+%title: Sample Presentation
+%author: Michael Göhler
+%date: 2014-09-14
 
-Title
-=====
+mdp
+===
 
-This is the first page.
+A command-line based presentation tool.
 
---------------------------------------------------------------------------------
+--------------------------------------------
 
-# Page 2
+Here are some formating tests:
 
-This is another test page.
+These are 3 stars: \*\*\*
+And two backslashes: \\\\
+
+This text is _underlined_ and *highlighted*.
+
+These are some _incomplete *tags.
+
+********************************************
+
+# UTF-8 support
+
+ae = ä, oe = ö, ue = ü, ss = ß
+upsilon = Ʊ, phi = ɸ
+
+▛▀▀▀▀▀▀▀▀▀▜
+▌rectangle▐
+▙▄▄▄▄▄▄▄▄▄▟
 
 * * *
 
-## Code example
+## Code examples
 
-       public static void main() {
+    public static void main() {
+    
+        printf("%s\n", "hello");
     }
 
-Now with different indentation.
+Now with *different* indentation.
 
        function expand_tab {
-        }
+        printf("%s\n", "hello");
+    }
+
+***
+
+This is the end.
+----------------
+
+>
+> My only friend, the end.
+>
+