mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-31 06:06:41 -04:00
Update blockquote example
This commit is contained in:
+3
-1
@@ -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": "> "
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"block_quote": {
|
||||
"color": "200"
|
||||
"indent": 1,
|
||||
"indent_token": "> "
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user