Use an indent_token instead of a block_prefix for Blockquotes

This commit is contained in:
Christian Muehlhaeuser
2019-12-18 19:49:35 +01:00
parent be2762f3db
commit 7e190d9992
4 changed files with 7 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -84,7 +84,8 @@
"color": "240" "color": "240"
}, },
"block_quote": { "block_quote": {
"block_prefix": "> " "indent": 1,
"indent_token": "> "
}, },
"definition_list": {}, "definition_list": {},
"definition_term": {}, "definition_term": {},
+2 -1
View File
@@ -83,7 +83,8 @@
"color": "240" "color": "240"
}, },
"block_quote": { "block_quote": {
"block_prefix": "> " "indent": 1,
"indent_token": "> "
}, },
"definition_list": {}, "definition_list": {},
"definition_term": {}, "definition_term": {},
+2 -1
View File
@@ -67,7 +67,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": {},