summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/highlight.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-06-28 20:51:33 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-06-28 20:51:33 +0200
commit65e52a7f5c79e6cfeabafa67d1bff4994c7fc4a4 (patch)
tree6bbd5283f365cc0c448413abebab189d903baf14 /docs/content/en/functions/highlight.md
parent8ebcaa5394dd398c0929addfcd8b9c776820f8f0 (diff)
parentbdf935d66c1f02dfc942a30e9fc00519bba3aacb (diff)
Diffstat (limited to 'docs/content/en/functions/highlight.md')
-rw-r--r--docs/content/en/functions/highlight.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/en/functions/highlight.md b/docs/content/en/functions/highlight.md
index 1643fe075..40f3a78de 100644
--- a/docs/content/en/functions/highlight.md
+++ b/docs/content/en/functions/highlight.md
@@ -54,6 +54,10 @@ hl_Lines
: String. Default is `""`.\
A space-separated list of lines to emphasize within the highlighted code. To emphasize lines 2, 3, 4, and 7, set this value to `2-4 7`. This option is independent of the `lineNoStart` option.
+hl_inline
+: Boolean. Default is `false`.\
+Render the highlighted code without a wrapping container.
+
style
: String. Default is `monokai`.\
The CSS styles to apply to the highlighted code. See the [style gallery] for examples. Case-sensitive.