1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 16:55:38 +02:00

mdp: clarify about font color --invert

This commit is contained in:
Daniel Campoverde [alx741] 2016-05-06 11:48:01 -05:00
parent b8e7840054
commit 21f3cecd77

View file

@ -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}}`