mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-29 13:16:39 -04:00
8 lines
133 B
Go
8 lines
133 B
Go
package gold
|
|
|
|
type RenderContext struct {
|
|
style map[StyleType]ElementStyle
|
|
blockStack *BlockStack
|
|
table *TableElement
|
|
}
|