Function markdown_slash_render_raw

Source
pub async fn markdown_slash_render_raw(
    configuration: &Configuration,
    body: Option<&str>,
) -> Result<String, Error<MarkdownSlashRenderRawError>>
Expand description

You must send Markdown as plain text (using a Content-Type header of text/plain or text/x-markdown) to this endpoint, rather than using JSON format. In raw mode, GitHub Flavored Markdown is not supported and Markdown will be rendered in plain format like a README.md file. Markdown content must be 400 KB or less.