sync: update from private repo (0cddeaa)
This commit is contained in:
+3
-2
@@ -57,8 +57,9 @@ AddSlide({
|
||||
|
||||
**title**: `{ title, subtitle?, author?, date? }`
|
||||
**section**: `{ number?: "01", title }`
|
||||
**bullets**: `{ title, bullets: string[], footnote? }`
|
||||
**two-column**: `{ title, left: {heading?, bullets?, text?}, right: {...} }`
|
||||
**bullets**: `{ title, bullets: Bullet[], footnote? }`
|
||||
- `Bullet` = `string` または `{ text, bold?, bullets?: Bullet[] }`。`bullets` をネストするとサブ項目(インデント)になる。基本は文字列配列で十分
|
||||
**two-column**: `{ title, left: {heading?, bullets?: Bullet[], text?}, right: {...} }`
|
||||
**image-right** / **image-left**: `{ title, body: string | string[], image: { path, alt? } }`
|
||||
**image-full**: `{ image: { path }, caption? }`
|
||||
**table**: `{ title, headers: string[], rows: string[][], col_widths?: number[] }`
|
||||
|
||||
Reference in New Issue
Block a user