render_file
Converts a Markdown file into an HTML document in the same folder, preserving the filename. Optionally overwrites an existing HTML file when overwrite is enabled.
Instructions
Markdown(.md) 파일을 읽어 같은 폴더에 같은 이름의 .html로 렌더한다. 같은 이름의 HTML이 있으면 overwrite=True일 때만 덮어쓴다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| theme | No | ||
| overwrite | No |