Add link to Chroma project in style docs

This commit is contained in:
Christian Rocha
2019-12-09 12:44:37 +01:00
committed by Christian Muehlhaeuser
parent c868abeeec
commit 5c62b67e26
+3 -1
View File
@@ -471,10 +471,12 @@ The `code_block` element represents a block of code.
| suffix | string | Printed after a code block |
| indent | number | Specifies the indentation of code blocks |
| margin | number | Specifies the margin around code blocks |
| theme | string | Defines the chroma theme used for syntax highlighting |
| theme | string | Defines the [Chroma][chroma] theme used for syntax highlighting |
| color | color | Defines the default text color for code blocks |
| background_color | color | Defines the default background color for code blocks |
[chroma]: https://github.com/alecthomas/chroma
### Example
Style: