Merge pull request #873 from alx741/mdp

mdp: add page
waldyrious/alt-syntax
Leandro Ostera 2016-05-07 12:47:37 +02:00
commit 06c9316a1e
1 changed files with 19 additions and 0 deletions

19
pages/common/mdp.md Normal file
View File

@ -0,0 +1,19 @@
# mdp
> A command-line based tool to make presentations from markdown files.
- Launch a presentation from a markdown file in the terminal:
`mdp {{presentation.md}}`
- Disable fading transitions:
`mdp --nofade {{presentation.md}}`
- Invert font colors to use in terminals with light background:
`mdp --invert {{presentation.md}}`
- Disable transparency in transparent terminals:
`mdp --notrans {{presentation.md}}`