Decouple render elements from blackfriday parser

This commit is contained in:
Christian Muehlhaeuser
2019-12-07 18:48:08 +01:00
parent 665477d690
commit 897b2dbd1e
13 changed files with 179 additions and 132 deletions
+7
View File
@@ -0,0 +1,7 @@
package gold
type RenderContext struct {
style map[StyleType]ElementStyle
blockStack *BlockStack
table *TableElement
}