From: Michael Göhler Date: Sun, 12 Oct 2014 15:41:23 +0000 (+0200) Subject: added h-centering to sample.md (#3) X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=e93d05ee25a937dc10d4958eedf09ed7856f6afe added h-centering to sample.md (#3) --- diff --git a/sample.md b/sample.md index 11d36e0..47926de 100644 --- 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