diff --git a/styles/README.md b/styles/README.md index 2b3ffbf..d4eb13e 100644 --- a/styles/README.md +++ b/styles/README.md @@ -132,8 +132,9 @@ Style: ```json "block_quote": { + "color": "200", "indent": 1, - "indent_token": "> " + "indent_token": "=> " } ``` diff --git a/styles/examples/block_quote.png b/styles/examples/block_quote.png index 15139e4..93d7c7e 100644 Binary files a/styles/examples/block_quote.png and b/styles/examples/block_quote.png differ diff --git a/styles/examples/block_quote.style b/styles/examples/block_quote.style index 90f0810..3d1bc1b 100644 --- a/styles/examples/block_quote.style +++ b/styles/examples/block_quote.style @@ -1,6 +1,7 @@ { "block_quote": { + "color": "200", "indent": 1, - "indent_token": "> " + "indent_token": "=> " } }