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:
+1
-1
@@ -68,7 +68,7 @@ func (e *BaseElement) Render(w io.Writer, node *bf.Node, tr *TermRenderer) error
|
||||
}
|
||||
}()
|
||||
|
||||
rules := tr.style[e.Style]
|
||||
rules := cascadeStyles(tr.blockStyle, tr.style[e.Style])
|
||||
if rules == nil {
|
||||
_, _ = w.Write([]byte(e.Token))
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user