sync: update from private repo (0cddeaa)

This commit is contained in:
oss-sync
2026-06-04 00:34:55 +00:00
parent f5c7666f6b
commit 21be01b699
19 changed files with 1065 additions and 37 deletions
+3 -2
View File
@@ -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[] }`