diff --git a/docs/ui-components/line-nos.md b/docs/ui-components/line-nos.md
index f9aca667b64f917e709d2920195aa25da0d413d3..1baa3da91822d27e1001f9383074be8888ffe99e 100644
--- a/docs/ui-components/line-nos.md
+++ b/docs/ui-components/line-nos.md
@@ -47,7 +47,7 @@ needs to be wrapped using one of the following workarounds.
 (The variable name `some_var` can be changed to avoid clashes; it can also
 be replaced by `code` -- but note that `code=code` cannot be removed).
 
-### Code fences
+### Code fences (three backticks)
 
 {% highlight default %}
 {% raw %}{% capture some_var %}
@@ -76,7 +76,7 @@ Dmitry Hrabrov at
 
 ## Examples
 
-✅ Using code fences + workaround:
+✅ Using code fences + workaround (will only show line numbers if enabled globally in `_config.yml`):
 
 {% capture code_fence %}
 ```js