summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/highlight.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/highlight.md')
-rw-r--r--docs/content/en/functions/highlight.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/highlight.md b/docs/content/en/functions/highlight.md
index 40f3a78de..8324edb81 100644
--- a/docs/content/en/functions/highlight.md
+++ b/docs/content/en/functions/highlight.md
@@ -77,10 +77,10 @@ If the `LANG` parameter is blank or an unrecognized language, auto-detect the la
{{% note %}}
Instead of specifying both `lineNos` and `lineNumbersInTable`, you can use the following shorthand notation:
-`lineNos=inline`
+`lineNos=inline`
: equivalent to `lineNos=true` and `lineNumbersInTable=false`
-`lineNos=table`
+`lineNos=table`
: equivalent to `lineNos=true` and `lineNumbersInTable=true`
{{% /note %}}