Markdown → HTML
Markdown(テキスト、ファイル、フォルダ、ワイルドカード)をHTMLにレンダリングします。Obsidian風テーマとコードハイライトも選択可能です。
変換MarkdownToHtml
概要
Markdown(テキスト、ファイル、フォルダ、ワイルドカード)をHTMLにレンダリングします。Obsidian風テーマとコードハイライトも選択可能です。
Render Markdown (text, file, folder or wildcard) to HTML with an optional Obsidian-style theme and code highlighting.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Markdown text | multiline | 任意 | 例: # Title
- a
- b 変数に対応 | |
| Markdown file / folder / wildcard (optional) | file | 任意 | A .md file, a folder (all .md), or a glob like C:/docs/*.md. Overrides the text. 例: C:/docs/*.md 変数に対応 | |
| Output folder or .html path (optional) | file | 任意 | Where to write the .html (extension auto-added). Blank with a file input = next to the source; blank with pasted text = stored in the output variable. 変数に対応 | |
| Theme | dropdownObsidian Light · Obsidian Dark · Plain · Fragment (no styling) | 任意 | Obsidian Light | Standalone themed document, or a raw HTML fragment. |
| Store HTML / path in (optional) | variable | 任意 | 例: html |