/** * DOCX Module - HTML Renderer * * Converts a DocxDocument model to semantic HTML5. * Supports paragraphs, runs with formatting, tables, lists, images, hyperlinks, * headings, comments, footnotes/endnotes, and more. */ import type { DocxDocument, Chart, ChartExContent } from "../../types.js"; /** Options for HTML rendering. */ export interface HtmlRenderOptions { /** Include CSS inline in a