Files
tldr/pages.zh/common/mdp.md

20 lines
478 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mdp
> 一个基于命令行的工具可以从Markdown文件制作演示文稿。
> 更多信息:<https://github.com/visit1985/mdp>。
- 从Markdown文件在终端中启动演示文稿
`mdp {{presentation.md}}`
- 禁用淡入淡出过渡效果:
`mdp --nofade {{presentation.md}}`
- 反转字体颜色,以便在浅色背景的终端中使用:
`mdp --invert {{presentation.md}}`
- 在透明终端中禁用透明效果:
`mdp --notrans {{presentation.md}}`