Update blockquote example

This commit is contained in:
Christian Muehlhaeuser
2019-12-18 23:18:34 +01:00
parent 240aad3ec6
commit 89e845a068
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -12,6 +12,7 @@ elements support the following style settings:
| prefix | string | Printed before the block's first element |
| suffix | string | Printed after the block's last element |
| indent | number | Specifies the indentation of the block |
| indent_token | string | Specifies the indentation format |
| margin | number | Specifies the margin around the block |
| color | color | Defines the default text color for the block |
| background_color | color | Defines the default background color for the block |
@@ -131,7 +132,8 @@ Style:
```json
"block_quote": {
"color": "200"
"indent": 1,
"indent_token": "> "
}
```
+2 -1
View File
@@ -1,5 +1,6 @@
{
"block_quote": {
"color": "200"
"indent": 1,
"indent_token": "> "
}
}