mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Children in a Document or Paragraph element inherit their parent's color styles
This commit is contained in:
@@ -22,10 +22,11 @@ type TermRenderer struct {
|
||||
BaseURL string
|
||||
WordWrap int
|
||||
|
||||
style map[StyleType]*ElementStyle
|
||||
document bytes.Buffer
|
||||
paragraph *bytes.Buffer
|
||||
table TableElement
|
||||
style map[StyleType]*ElementStyle
|
||||
document bytes.Buffer
|
||||
paragraph *bytes.Buffer
|
||||
blockStyle StyleStack
|
||||
table TableElement
|
||||
}
|
||||
|
||||
func Render(in string, stylePath string) ([]byte, error) {
|
||||
|
||||
Reference in New Issue
Block a user