-
Notifications
You must be signed in to change notification settings - Fork 1
Example
azurity edited this page Aug 9, 2020
·
1 revision
title & author字段会被解析到主页面Slide列表 config 字段用于配置Slide highlight用于配置Slide中代码块语法高亮主题,未设置为default配色
---
title: MD-slide introduction
author: '@azurity'
config:
loop: false
highlight-theme: 'https://cdn.bootcss.com/highlight.js/9.15.10/styles/solarized-dark.min.css'
---:fab-github:
<slide class="bg-blue"/><slide/>
::image(https://source.unsplash.com/UJbHNoVPZW0/)or
<slide/>
::video(url)默认自动开启全局文字自动反色,无需手动设置
- 手动开启
<slide class="invert"/>- 手动关闭
<slide class="no-invert"/>```render(asciinema)
https://asciinema.org/a/28307.cast
```可以通过编辑 container-alias.yaml 来自定义alias
如
::grid等效于:::div{.grid}
:::div{style=width:100px;height:100px .bg-red other-attributes}
:::在演讲者模式中可见
note 内容支持markdown语法
:::note
your note here.
:::something here. {#line .bg-trans-light}通过编辑 easy-font-alias.yaml 指定自定义字体 alias
testfont{.font-CourierNew}
data-step-count用于配置该页幻灯片整体所有的点击动画记数
<slide/>
{data-step-count=...}点击动画
.animate-step和data-step用于配合幻灯片动画进行点击动画的配置
data-step用于声明第几次点击出现该元素,.bounce之类的用于配置使用什么动画效果
something {.animate-step .bounce data-step=1}
循环动画
something {.bounce .infinite .animated}
{注|zhù}{音|yīn}{符|fú}{号|hào}
before ==this is a mark block=={.bg-red} after
some^superscript^
some~subscript~
++insert something++
~~delete~~
$$e^{-i\pi} + 1 = 0$$
$$E = mc^2$$