mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-03 07:27:19 -04:00
Decouple render elements from blackfriday parser
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package gold
|
||||
|
||||
type RenderContext struct {
|
||||
style map[StyleType]ElementStyle
|
||||
blockStack *BlockStack
|
||||
table *TableElement
|
||||
}
|
||||
Reference in New Issue
Block a user