6 个稳定版本
1.1.2 | 2020年2月7日 |
---|---|
1.1.0 | 2020年2月3日 |
1.0.2 | 2020年2月3日 |
#15 in #looking
2.5MB
138 代码行
包含 (ELF exe/lib, 8MB) pressent
Pressent
使用 markdown 创建外观出色的演示文稿。
<<>>
安装
cargo install pressent
<<>>
从源代码构建
make
或者
cargo build --release
应该创建一个 target/release/pressent
二进制文件。还有一个指向 target/release/pressent
的符号链接 pressent
。
<<>>
用法
Pressent 语法是标准的 markdown 语法 + 用于分隔幻灯片的 <<>>
符号,例如
presentation.md
:
# My Presentation
<<>>
## Hello
<<>>
## World
运行演示文稿使用: pressent presentation.md
。您可以使用 -
指定端口。演示文稿将在 localhost:8000
(或选择的任何其他端口)上提供。
依赖项
~19MB
~370K SLoC