mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Document public types and methods
This commit is contained in:
@@ -7,6 +7,9 @@ import (
|
||||
"github.com/muesli/reflow/wordwrap"
|
||||
)
|
||||
|
||||
// BlockElement provides a render buffer for children of a block element.
|
||||
// After all children have been rendered into it, it applies indentation and
|
||||
// margins around them and writes everything to the parent rendering buffer.
|
||||
type BlockElement struct {
|
||||
Block *bytes.Buffer
|
||||
Style StyleBlock
|
||||
|
||||
Reference in New Issue
Block a user