diff --git a/pages/common/mdp.md b/pages/common/mdp.md new file mode 100644 index 000000000..3c99d674e --- /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}}`