Fix json tag for strikethrough text

This commit is contained in:
Christian Muehlhaeuser
2019-12-28 06:06:21 +01:00
parent 33bf4bcc82
commit 84795ad72f
+1 -1
View File
@@ -108,7 +108,7 @@ type StyleConfig struct {
H6 StyleBlock `json:"h6"`
Text StylePrimitive `json:"text"`
Strikethrough StylePrimitive `json:"strike_through"`
Strikethrough StylePrimitive `json:"strikethrough"`
Emph StylePrimitive `json:"emph"`
Strong StylePrimitive `json:"strong"`
HorizontalRule StylePrimitive `json:"hr"`