mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Use an indent_token instead of a block_prefix for Blockquotes
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -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
@@ -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
@@ -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": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user