From 21fc184792b9633885316fab0fb4542d2198797d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20G=C3=B6hler?= Date: Sun, 17 Aug 2014 02:23:30 +0200 Subject: [PATCH] added markdown sample file --- sample.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sample.md 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 { + } -- 2.20.1