X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=sample.md;h=b717393051e7f5fa732be00020e2db76536efcce;hb=42a0fbc2fa198be33df372c198c225d6fb0de33e;hp=6009d47f7e4769c6f60a67691de47e21a9924f8c;hpb=af25ae81e6a51967017ddaac096d4e199f82b46a;p=smdp.git diff --git a/sample.md b/sample.md index 6009d47..b717393 100644 --- a/sample.md +++ b/sample.md @@ -7,6 +7,20 @@ -> A command-line based markdown presentation tool. <- +_Basic controls:_ + +next slide *Enter*, *Space*, *Page Down*, *j*, *l*, + *Down Arrow*, *Right Arrow* + +previous slide *Backspace*, *Page Up*, *h*, *k*, + *Up Arrow*, *Left Arrow* + +quit *q* +reload *r* +slide N *1..9* +first slide *Home* +last slide *End* + ------------------------------------------------- -> # Supported markdown formatting's <- @@ -175,21 +189,19 @@ becomes -> # Supported markdown formatting's <- -URL in John MacFarlane's Pandoc style are supported : +URL in pandoc style are supported: -\[GitHub repository for mdp](https://github.com/visit1985/mdp) -\[Google](google.com) +\[Google](http://www.google.com/) -[GitHub repository for mdp](https://github.com/visit1985/mdp) -[Google](google.com) +becomes + +[Google](http://www.google.com/) ------------------------------------------------- -> ## More information about markdown <- -can be found on - -_http://daringfireball.net/projects/markdown/_ +can be found in the [markdown documentation](http://daringfireball.net/projects/markdown/). ------------------------------------------------- @@ -237,8 +249,6 @@ I hope you like *mdp*. But be aware, that it is still in alpha status. If you observe strange behavior, feel free to -open an issue on GitHub: - -_https://github.com/visit1985/mdp_ +open an issue on [GitHub](https://github.com/visit1985/mdp).