X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=sample.md;h=8cea5d6b3ae5a25c2daf2a19806f1b4215cef893;hb=6edf0543111ac7f119c0255ae254159d9508f770;hp=2a7b9347f0536b4338a9fe2b8eb49b2768b97a1e;hpb=2c77b5e6e665dcce85cc22d7673573c46137593d;p=smdp.git diff --git a/sample.md b/sample.md index 2a7b934..8cea5d6 100644 --- a/sample.md +++ b/sample.md @@ -11,6 +11,22 @@ A command-line based markdown presentation tool. # Supported markdown formatting's +The input file is split into multiple slides by +horizontal rules (hr). A hr consisting of at +least 3 *\** or *-*. It can also contain spaces but +no other characters. + +Each of these represents the start of a new slide + +\* \* \* +\--- +\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* +\- - - + +------------------------------------------------- + +# Supported markdown formatting's + First-level headers can be prefixed by single *#* or underlined by *===*. @@ -36,6 +52,18 @@ second-level ------------ +------------------------------------------------- + +# Supported markdown formatting's + +Inline codes are surrounded with backticks. + +C program starts with \`main()\`. + +becomes + +C program starts with `main()`. + ------------------------------------------------- # Supported markdown formatting's @@ -145,3 +173,4 @@ open an issue on GitHub: _https://github.com/visit1985/mdp_ +