From d59887cc2b99224ea08b2944b2a6c812c167a469 Mon Sep 17 00:00:00 2001
From: PLanCompS <18308236+pdmosses@users.noreply.github.com>
Date: Fri, 11 Sep 2020 19:42:44 +0200
Subject: [PATCH] Update linenos.md

doc for turning on kramdown linenos globally corrected/
---
 docs/ui-components/linenos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ui-components/linenos.md b/docs/ui-components/linenos.md
index b13e6c91..a81d5113 100644
--- a/docs/ui-components/linenos.md
+++ b/docs/ui-components/linenos.md
@@ -27,7 +27,7 @@ following configuration option:
 kramdown:
   syntax_highlighter_opts:
     block:
-      line_numbers: false
+      line_numbers: true
 {% endhighlight %}
 
 Line numbers can then be suppressed locally using Liquid tags (_without_ the
-- 
GitLab