From 8307b474e6271da9a99f2ab8936f432e7acb8553 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 16 Jun 2022 10:05:21 -0700 Subject: [PATCH] Add hl_inline to highlight function documentation --- content/en/functions/highlight.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/functions/highlight.md b/content/en/functions/highlight.md index 1643fe075..40f3a78de 100644 --- a/content/en/functions/highlight.md +++ b/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.