From 0817686ae6f023ae8f978fd198b7b9b6272eb16d Mon Sep 17 00:00:00 2001 From: FreeBirdLjj Date: Thu, 25 Sep 2014 00:57:13 +0800 Subject: [PATCH] Add list sample. --- sample.md | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/sample.md b/sample.md index f7a4d54..56d4ea2 100644 --- a/sample.md +++ b/sample.md @@ -108,8 +108,8 @@ becomes Inline highlighting is supported as followed: -- *\** colors text as red -- *\_* underlines text +\- *\** colors text as red +\- *\_* underlines text \_some\_ \*highlighted\* \_\*text\*\_ @@ -133,6 +133,32 @@ becomes ------------------------------------------------- +# Supported markdown formatting's + +The leading stars or minuses make list. + +TODO list: +\* TODO major 1 +\ \- TODO minor 1.1 +\ \- TODO minor 1.2 +\* TODO major 2 +\* TODO major 3 +\ \* TODO minor 3.1 +\ \* TODO minor 3.2 + +becomes + +TODO list: +* TODO major 1 + - TODO minor 1.1 + - TODO minor 1.2 +* TODO major 2 +* TODO major 3 + * TODO minor 3.1 + * TODO minor 3.2 + +------------------------------------------------- + ## More information about markdown can be found on @@ -170,8 +196,8 @@ want to convert it to PDF. This can be achieved by two additional tools: -- *markdown* to convert to HTML -- *wkhtmltopdf* to convert from HTML to PDF +\- *markdown* to convert to HTML +\- *wkhtmltopdf* to convert from HTML to PDF After installing them, you can simply type: -- 2.20.1