From e93d05ee25a937dc10d4958eedf09ed7856f6afe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20G=C3=B6hler?= Date: Sun, 12 Oct 2014 17:41:23 +0200 Subject: [PATCH] added h-centering to sample.md (#3) --- sample.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.20.1