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": "─" "row_separator": "─"
}, },
"task": { "task": {
"unticked": "[ ] ", "unticked": " ",
"ticked": "[x] " "ticked": " "
}, },
"strikethrough": { "strikethrough": {
"block_prefix": "~~", "block_prefix": "~~",
+2 -1
View File
@@ -61,7 +61,8 @@
"format": "\n--------\n" "format": "\n--------\n"
}, },
"block_quote": { "block_quote": {
"block_prefix": "> " "indent": 1,
"indent_token": "> "
}, },
"definition_list": {}, "definition_list": {},
"definition_term": {}, "definition_term": {},