Use colored blockquote example

This commit is contained in:
Christian Muehlhaeuser
2019-12-18 23:21:40 +01:00
parent 553b85e2b5
commit f828497b2c
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -132,8 +132,9 @@ Style:
```json
"block_quote": {
"color": "200",
"indent": 1,
"indent_token": "> "
"indent_token": "=> "
}
```
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

+2 -1
View File
@@ -1,6 +1,7 @@
{
"block_quote": {
"color": "200",
"indent": 1,
"indent_token": "> "
"indent_token": "=> "
}
}