mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 08:27:18 -04:00
Fix json tag for strikethrough text
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ type StyleConfig struct {
|
|||||||
H6 StyleBlock `json:"h6"`
|
H6 StyleBlock `json:"h6"`
|
||||||
|
|
||||||
Text StylePrimitive `json:"text"`
|
Text StylePrimitive `json:"text"`
|
||||||
Strikethrough StylePrimitive `json:"strike_through"`
|
Strikethrough StylePrimitive `json:"strikethrough"`
|
||||||
Emph StylePrimitive `json:"emph"`
|
Emph StylePrimitive `json:"emph"`
|
||||||
Strong StylePrimitive `json:"strong"`
|
Strong StylePrimitive `json:"strong"`
|
||||||
HorizontalRule StylePrimitive `json:"hr"`
|
HorizontalRule StylePrimitive `json:"hr"`
|
||||||
|
|||||||
Reference in New Issue
Block a user