Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
converter
Package converter is the top-level coordinator that wires together the parser, style-map loader, and renderer.
|
Package converter is the top-level coordinator that wires together the parser, style-map loader, and renderer. |
|
docx
Package docx builds a minimal but complete .docx using only the Go standard library (archive/zip + encoding/xml + image).
|
Package docx builds a minimal but complete .docx using only the Go standard library (archive/zip + encoding/xml + image). |
|
highlight
Package highlight provides a simple, allocation-light syntax tokenizer for use in DOCX code-block rendering.
|
Package highlight provides a simple, allocation-light syntax tokenizer for use in DOCX code-block rendering. |
|
parser
Package parser wraps goldmark to produce a parsed AST from GFM source.
|
Package parser wraps goldmark to produce a parsed AST from GFM source. |
|
renderer
Package renderer walks a goldmark AST and emits a .docx document using the internal docx builder (stdlib only — no external dependencies).
|
Package renderer walks a goldmark AST and emits a .docx document using the internal docx builder (stdlib only — no external dependencies). |
|
stylemap
Package stylemap loads and resolves the mapping from Markdown element types to Word style names.
|
Package stylemap loads and resolves the mapping from Markdown element types to Word style names. |
Click to show internal directories.
Click to hide internal directories.