X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=sample.md;h=95d767e7727812d59c05f6699e7e1be052681150;hb=6d627bac82f84e39beda51981ddf3a6ddabbbe78;hp=a679ba21bf19d9214a80ec2fc4142c8334d134e5;hpb=5f369c826ac0ca4989892b3691f66d0ac73679f3;p=smdp.git diff --git a/sample.md b/sample.md index a679ba2..95d767e 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*, *g* +last slide *End*, *G* + ------------------------------------------------- -> # Supported markdown formatting's <- @@ -173,11 +187,21 @@ becomes ------------------------------------------------- --> ## More information about markdown <- +-> # Supported markdown formatting's <- -can be found on +URL in pandoc style are supported: -_http://daringfireball.net/projects/markdown/_ +\[Google](http://www.google.com/) + +becomes + +[Google](http://www.google.com/) + +------------------------------------------------- + +-> ## More information about markdown <- + +can be found in the [markdown documentation](http://daringfireball.net/projects/markdown/). ------------------------------------------------- @@ -225,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).