action daniweb_post_markdown { label: "post_markdown" provider: daniweb method: POST path: "/markdown" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { parsed: { type: "string" } raw: { type: "string" } } } } } }