Options (3)
-f, --nofadebooleanDisable fading transitions
Example:
mdp {{[-f|--nofade]}} {{presentation.md}}-i, --invertbooleanInvert font colors to use in terminals with light background
Example:
mdp {{[-i|--invert]}} {{presentation.md}}-t, --notransbooleanDisable transparency in transparent terminals
Example:
mdp {{[-t|--notrans]}} {{presentation.md}}Examples (4)
Launch a presentation in the terminal from a Markdown file
mdp presentation.mdDisable fading transitions
mdp [-f|--nofade] presentation.mdInvert font colors to use in terminals with light background
mdp [-i|--invert] presentation.mdDisable transparency in transparent terminals
mdp [-t|--notrans] presentation.mdmade by @shridhargupta | data from tldr-pages