From: Michael Göhler Date: Sun, 17 Aug 2014 00:23:30 +0000 (+0200) Subject: added markdown sample file X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=21fc184792b9633885316fab0fb4542d2198797d added markdown sample file --- diff --git a/sample.md b/sample.md new file mode 100644 index 0000000..fa4bad7 --- /dev/null +++ b/sample.md @@ -0,0 +1,26 @@ +@title: Sample Presentation +@author: Michael Göhler +@date: 2014-08-07 + +Title +===== + +This is the first page. + +-------------------------------------------------------------------------------- + +# Page 2 + +This is another test page. + +* * * + +## Code example + + public static void main() { + } + +Now with different indentation. + + function expand_tab { + }