Type: generate_markdown
generate_markdown
The markdown output format can export the data of the page (an article, table etc.) in a human and LLM readable format which removes unnecessary styling data and other "junk" that is only relevant for the site to work properly.
Gaffa exports GitHub flavoured markdownarrow-up-right with comments removed and unknown tags ignored.
See universal parameters.
The following converts the current page to markdown:
"actions": [ { "type": "generate_markdown" } ]
Last updated 1 year ago