2 ## mdp - A command-line based markdown presentation tool.
4 ![image](https://cloud.githubusercontent.com/assets/2237222/4280231/d63178fa-3d2a-11e4-88a6-2b8e3608c4ca.gif)
8 ***How to get started:***
10 mdp needs the ncursesw headers to compile.
11 So make sure you have them installed:
12 - on Ubuntu/Debian you need `libncursesw5` and `libncursesw5-dev`
13 - on Cygwin you need `libncursesw10` and `libncurses-devel`
15 Now download and install mdp:
17 $ git clone https://github.com/visit1985/mdp.git
23 - On Arch you can use the existing [AUR package](https://aur.archlinux.org/packages/mdp-git/).
25 Most terminals support 256 colors only if the TERM variable is
26 set correctly. To enjoy mdp's color fading feature:
28 $ export TERM=xterm-256color
34 Horizontal rulers are used as slide separator.
36 Supports basic markdown formating:
49 Supports headers prefixed by @ symbol.
51 - first two header lines are displayed as title and author
54 Review sample.md for more details.
60 - h, j, k, l, Cursor keys,
61 Space, Enter, Backspace,
62 Page Up, Page Down - next/previous slide
63 - Home - go to first slide
64 - End - go to last slide
71 ***How to debug it:***
73 To make a debug version of `mdp`, just type: