From 5c62b67e26a7ff08f1e2a60c003a6c599344fd29 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sun, 8 Dec 2019 16:27:23 -0500 Subject: [PATCH] Add link to Chroma project in style docs --- styles/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/styles/README.md b/styles/README.md index e3ce76a..3fbfafa 100644 --- a/styles/README.md +++ b/styles/README.md @@ -465,15 +465,17 @@ The `code_block` element represents a block of code. ### Attributes -| Attribute | Value | Description | -| ---------------- | ------ | ----------------------------------------------------- | -| prefix | string | Printed before a code block | -| 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 | -| color | color | Defines the default text color for code blocks | -| background_color | color | Defines the default background color for code blocks | +| Attribute | Value | Description | +| ---------------- | ------ | ----------------------------------------------------- | +| prefix | string | Printed before a code block | +| 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][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