to Markdown
Renders this document to a Markdown String without creating any file.
Useful for embedding in larger strings, piping to a markdown-aware terminal, or logging:
println(model.toReport().toMarkdown())
markdownLogger.log(mca.toReport().toMarkdown())Content copied to clipboard
Return
the complete Markdown representation of this document
Parameters
ctx
shared render configuration