mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-29 21:26:44 -04:00
9 lines
153 B
Go
9 lines
153 B
Go
package gold
|
|
|
|
type RenderContext struct {
|
|
style map[StyleType]ElementStyle
|
|
blockStack *BlockStack
|
|
table *TableElement
|
|
options Options
|
|
}
|