Python mCider基于Markdown的幻灯片转换工具
mCider 是一种用于制作幻灯片的 Markdown 转换器,可以将内容独立于幻灯片放映界面呈现,支持根据窗口大小自动调整幻灯片布局。
安装步骤
-
使用以下命令安装:
-
$ pip install mcider
-
或 $ easy_install mcider
-
从源代码安装:
-
克隆库:$ git clone https://github.com/ogom/python-mcider.git
-
进入目录并安装:$ cd python-mcider && make install
使用方式
- 初始启动:
$ mcider ./slide.md
示例
基础 Markdown
I/O 2012 slide example
====
----
### Simple slide with header and text
This is the text of hgroup. This a slide with just text.
使用以下命令安装:
$ pip install mcider
或 $ easy_install mcider
从源代码安装:
克隆库:$ git clone https://github.com/ogom/python-mcider.git
进入目录并安装:$ cd python-mcider && make install
- 初始启动:
$ mcider ./slide.md
示例
基础 Markdown
I/O 2012 slide example
====
----
### Simple slide with header and text
This is the text of hgroup. This a slide with just text.
基础 Markdown
I/O 2012 slide example
====
----
### Simple slide with header and text
This is the text of hgroup. This a slide with just text.
该示例展示了一个简单的标题和文本幻灯片,可作为参考。
用户评论