pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccf244
)
added h-centering to sample.md (#3)
author
Michael Göhler
<somebody.here@gmx.de>
Sun, 12 Oct 2014 15:41:23 +0000
(17:41 +0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Sun, 12 Oct 2014 15:42:10 +0000
(17:42 +0200)
sample.md
patch
|
blob
|
history
diff --git
a/sample.md
b/sample.md
index
11d36e0
..
47926de
100644
(file)
--- a/
sample.md
+++ b/
sample.md
@@
-155,6
+155,24
@@
TODO list
-------------------------------------------------
+# Supported markdown formatting's
+
+Leading *->* indicates centering.
+
+\-> # test <-
+\-> ## test <-
+\-> test
+\-> \_\*test\*\_ <-
+
+becomes
+
+-> # test <-
+-> ## test <-
+-> test
+-> _*test*_ <-
+
+-------------------------------------------------
+
## More information about markdown
can be found on