From b82d95575d192e035ec57fb1fe638eeafa1b2d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 10 Mar 2022 10:06:22 +0100 Subject: Revert "markup/highlight: Add hl_inline option" This reverts commit a360cab75a073c2a8d47dcd27f52a6847e8d8d13. --- markup/highlight/config.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'markup/highlight/config.go') diff --git a/markup/highlight/config.go b/markup/highlight/config.go index 46ef79071..1142c5e11 100644 --- a/markup/highlight/config.go +++ b/markup/highlight/config.go @@ -72,9 +72,6 @@ type Config struct { // A space separated list of line numbers, e.g. “3-8 10-20”. Hl_Lines string - // If set, the markup will not be wrapped in any container. - Hl_inline bool - // A parsed and ready to use list of line ranges. HL_lines_parsed [][2]int `json:"-"` -- cgit v1.2.3