mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -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 |
|
| prefix | string | Printed before the block's first element |
|
||||||
| suffix | string | Printed after the block's last element |
|
| suffix | string | Printed after the block's last element |
|
||||||
| indent | number | Specifies the indentation of the block |
|
| indent | number | Specifies the indentation of the block |
|
||||||
|
| indent_token | string | Specifies the indentation format |
|
||||||
| margin | number | Specifies the margin around the block |
|
| margin | number | Specifies the margin around the block |
|
||||||
| color | color | Defines the default text color for the block |
|
| color | color | Defines the default text color for the block |
|
||||||
| background_color | color | Defines the default background color for the block |
|
| background_color | color | Defines the default background color for the block |
|
||||||
@@ -131,7 +132,8 @@ Style:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
"block_quote": {
|
"block_quote": {
|
||||||
"color": "200"
|
"indent": 1,
|
||||||
|
"indent_token": "> "
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"block_quote": {
|
"block_quote": {
|
||||||
"color": "200"
|
"indent": 1,
|
||||||
|
"indent_token": "> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user