mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-31 06:06:41 -04:00
Move BlockElement into a separate file
This commit is contained in:
@@ -4,11 +4,6 @@ import (
|
||||
"bytes"
|
||||
)
|
||||
|
||||
type BlockElement struct {
|
||||
Block *bytes.Buffer
|
||||
Style ElementStyle
|
||||
}
|
||||
|
||||
type BlockStack []BlockElement
|
||||
|
||||
func (s *BlockStack) Len() int {
|
||||
|
||||
Reference in New Issue
Block a user