rewrote Makefile + copyright and license infos
[smdp.git] / sample.md
index e35b9e8..afb8066 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -16,19 +16,22 @@ And two backslashes: \\\\
 
 # Page 2
 
-This is another test page.
+This is _another_ test page.
 
 * * *
 
 ## Code example
 
-       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");
+    }
 
 ***