From 21f3cecd77945e71ba54d607c663b8a33d1c16de Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 11:48:01 -0500 Subject: [PATCH] mdp: clarify about font color `--invert` --- pages/common/mdp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/mdp.md b/pages/common/mdp.md index 198fdb3d1..c83b8c0f7 100644 --- a/pages/common/mdp.md +++ b/pages/common/mdp.md @@ -1,8 +1,8 @@ # mdp -> A command-line, ncurses based tool to make presentations from markdown files. +> A command-line based tool to make presentations from markdown files. -- Launch a presentation from a markdown file: +- Launch a presentation from a markdown file in the terminal: `mdp {{presentation.md}}` @@ -10,7 +10,7 @@ `mdp --nofade {{presentation.md}}` -- Invert colors for light background: +- Invert font colors tu use within a light background terminal: `mdp --invert {{presentation.md}}`