Update notty & simple style

This commit is contained in:
Christian Muehlhaeuser
2019-12-18 23:18:59 +01:00
parent 89e845a068
commit 553b85e2b5
3 changed files with 5 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -48,8 +48,8 @@
"row_separator": "─"
},
"task": {
"unticked": "[ ] ",
"ticked": "[x] "
"unticked": " ",
"ticked": " "
},
"strikethrough": {
"block_prefix": "~~",
+2 -1
View File
@@ -61,7 +61,8 @@
"format": "\n--------\n"
},
"block_quote": {
"block_prefix": "> "
"indent": 1,
"indent_token": "> "
},
"definition_list": {},
"definition_term": {},