mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-03 23:47:26 -04:00
Document public types and methods
This commit is contained in:
@@ -4,6 +4,8 @@ import (
|
||||
"bytes"
|
||||
)
|
||||
|
||||
// BlockStack is a stack of block elements, used to calculate the current
|
||||
// indentation & margin level during the rendering process.
|
||||
type BlockStack []BlockElement
|
||||
|
||||
func (s *BlockStack) Len() int {
|
||||
|
||||
Reference in New Issue
Block a user