Append Markdown
Markdown(テキストまたは .md ファイル)をレンダリングしてドキュメントに追加します — 見出し、リスト、表、コード、太字/斜体。
WordWordAppendMarkdown
概要
Markdown(テキストまたは .md ファイル)をレンダリングしてドキュメントに追加します — 見出し、リスト、表、コード、太字/斜体。
Render Markdown (text or .md file) and append it to the document — headings, lists, tables, code, bold/italic.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Word instance | variable | 必須 | word | Name that identifies this document. |
| Markdown text | multiline | 任意 | 例: ## Section
- point a
- point b 変数に対応 | |
| Markdown file (optional) | file | 任意 | 例: C:/docs/notes.md 変数に対応 | |
| Text theme | dropdownPlain · Obsidian Light · Obsidian Dark | 任意 | Plain | Plain = black text (best on a normal white page). |