Versions in this module Expand all Collapse all v1 v1.0.0 Jul 13, 2026 Changes in this version + type Document struct + func NewDocument(template []byte) (Document, error) + func (doc *Document) Write(w io.Writer) error + func (doc Document) GetBookmark(name string) *ooxml.Element + func (doc Document) InsertHTML(input io.Reader, bookmark string) error + func (doc Document) InsertMarkdown(input io.Reader, bookmark string) error + func (doc Document) RenderTags(ctx any) error + func (doc Document) WriteFile(path string) error