Support definition lists in default styles

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 03:00:45 +01:00
parent e310343e4a
commit 0384d598d2
4 changed files with 16 additions and 1 deletions
+5
View File
@@ -97,6 +97,11 @@
"block_quote": {
"prefix": "> "
},
"definition_list": {},
"definition_term": {},
"definition_description": {
"prefix": "\n=> "
},
"html_block": {},
"html_span": {}
}