pub fn export_markdown_with(
db_context: &DbContext,
event_hub: &Arc<EventHub>,
options: MarkdownExportOptions,
) -> Result<ExportMarkdownDto>Expand description
export_markdown with the presentation opt-ins. Separate for the same reason as
its plain-text sibling: the default output stays plain Markdown, with no raw HTML in
it that nobody asked for.