Expand description
Output generators — TOC, JSON, Markdown, HTML, Text, CSV, Annotated PDF.
Modules§
- csv
- CSV output generator.
- docx
- DOCX output generator (minimal stub).
- html
- HTML5 output generator.
- json
- JSON output writer.
- legacy_
json - Legacy-compatible JSON serializer.
- markdown
- Markdown output generator.
- text
- Plain text output generator.
- toc_
builder - TOC (Table of Contents) builder — builds a structured table of contents from headings detected in the document, suitable for output rendering.