mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-30 05:36:42 -04:00
Cascade Heading style into new H1, H2, ..., H6 styles
This commit is contained in:
+1
-1
@@ -70,5 +70,5 @@ func (s BlockStack) Current() BlockElement {
|
||||
}
|
||||
|
||||
func (s BlockStack) With(child *ElementStyle) *ElementStyle {
|
||||
return cascadeStyle(s.Current().Style, child)
|
||||
return cascadeStyle(s.Current().Style, child, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user