pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
eb9313d
)
added markdown sample file
author
Michael Göhler
<somebody.here@gmx.de>
Sun, 17 Aug 2014 00:23:30 +0000
(
02:23
+0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Sun, 17 Aug 2014 00:23:30 +0000
(
02:23
+0200)
sample.md
[new file with mode: 0644]
patch
|
blob
diff --git a/sample.md
b/sample.md
new file mode 100644
(file)
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 {
+ }