From fb11e1f09aa03867a6513099ff8f03202da93f83 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 00:04:23 -0500 Subject: [PATCH] mdp: add page --- pages/common/mdp.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/mdp.md diff --git a/pages/common/mdp.md b/pages/common/mdp.md new file mode 100644 index 0000000000..3c99d674eb --- /dev/null +++ b/pages/common/mdp.md @@ -0,0 +1,19 @@ +# mdp + +> A command-line based tool to make presentations from markdown formatted files. + +- Start a presentation from a markdown file: + +`mdp {{presentation.md}}` + +- Disable fading transitions: + +`mdp --nofade {{presentation.md}}` + +- Invert colors for light background: + +`mdp --invert {{presentation.md}}` + +- Disable transparency in transparent terminal: + +`mdp --notrans {{presentation.md}}`