Append Markdown
append_markdownFull Description
Append markdown content to the end of a document as rich text.
Parameters (2 required)
document_urlstringGoogle Docs URL in the format https://docs.google.com/document/d/<DOCUMENT_ID>/... . Do not pass document titles, Drive open?id links, app:// URLs, or /document/create.
markdownstringMarkdown content to append. Supports headings, bold/italic, inline links, lists, and tables.