2 ## mdp - A command-line based markdown presentation tool.
4 ![image](https://cloud.githubusercontent.com/assets/2237222/4280231/d63178fa-3d2a-11e4-88a6-2b8e3608c4ca.gif)
10 mdp needs the ncursesw headers to compile.
11 So make sure you have them installed:
12 - On Ubuntu you need ```libncursesw5``` and ```libncursesw5-dev``` to be installed.
14 Now download and install mdp:
16 $ git clone https://github.com/visit1985/mdp.git
22 - On Arch you can use the existing [AUR package](https://aur.archlinux.org/packages/mdp-git/).
28 _Horizontal rulers are used as slide separator._
30 _Supports basic markdown formating:_
41 _Supports headers prefixed by @ symbol._
43 - first two header lines are displayed as title and author
46 _Review sample.md for more details._
52 - h, j, k, l, Cursor keys,
53 Space, Enter, Backspace - next/previous slide
54 - Home - go to first slide
55 - End - go to last slide
64 To make a debug version of `mdp`, just type: