Update styles to support strikethrough

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 03:00:45 +01:00
parent 0a3ba0ae35
commit cc0738c20a
4 changed files with 15 additions and 5 deletions
+5 -2
View File
@@ -81,11 +81,14 @@
"color": "244"
},
"table": {},
"strikethrough": {
"crossed_out": true
},
"emph": {
"italic": true
"italic": true
},
"strong": {
"bold": true
"bold": true
},
"hr": {
"format": "\n--------\n",
+5 -2
View File
@@ -81,11 +81,14 @@
"color": "240"
},
"table": {},
"strikethrough": {
"crossed_out": true
},
"emph": {
"italic": true
"italic": true
},
"strong": {
"bold": true
"bold": true
},
"hr": {
"format": "\n--------\n",
+4
View File
@@ -53,6 +53,10 @@
"margin": 4
},
"table": {},
"strikethrough": {
"prefix": "~~",
"suffix": "~~"
},
"emph": {
"prefix": "*",
"suffix": "*"