X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=sample.md;h=b8588db068d0cb8e48f8a42cffc1ca2fbb529d43;hb=bc3a373a2926e34352018677bfb5ed2eacede2a8;hp=f7a4d5473bb4bb41cc4921c049a72810928564db;hpb=67524663784b4a47e4b18fe67583f43351edbfde;p=smdp.git diff --git a/sample.md b/sample.md index f7a4d54..b8588db 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,36 @@ becomes ------------------------------------------------- +# Supported markdown formatting's + +The leading stars or minuses make list. + +TODO list: +\* TODO major 1 +\ \- TODO minor 1.1 +\ \- Detail 1.1.1 +\ \- Detail 1.1.2 +\ \- 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 + - Detail 1.1.1 + - Detail 1.1.2 + - 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 +200,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: