/** * Markdown → HTML conversion, the import counterpart of ./markdown * (docToMarkdown). Dependency-free and scoped to the same structural subset * the serializer emits: headings, blockquotes, bullet/ordered/task lists * (nested), fenced code blocks, GFM tables, horizontal rules, and the inline * marks (**bold**, *italic*, ~~strike~~, `code`, [links](…), images). * * The output is intentionally plain HTML that the schema's parseDOM rules * understand (e.g.
,