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
+4
View File
@@ -53,6 +53,10 @@
"margin": 4
},
"table": {},
"strikethrough": {
"prefix": "~~",
"suffix": "~~"
},
"emph": {
"prefix": "*",
"suffix": "*"