export_markdown
Convert the current Word document to GitHub-Flavoured Markdown and save it to a file.
Instructions
Export the open document as Markdown.
Converts the document body (headings, bold/italic runs, lists, tables, plain paragraphs) to GitHub-Flavoured Markdown and writes it to a file.
Args: output_path: Destination path for the .md file. Defaults to /export.md when empty.
Returns: {"output_path": str, "paragraphs": int, "tables": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |