Move BlockElement into a separate file

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 03:00:45 +01:00
parent f5af32b68a
commit 30ed5cc5ef
2 changed files with 49 additions and 5 deletions
-5
View File
@@ -4,11 +4,6 @@ import (
"bytes"
)
type BlockElement struct {
Block *bytes.Buffer
Style ElementStyle
}
type BlockStack []BlockElement
func (s *BlockStack) Len() int {