From 840b17ce63615424e566b056077b9dfa50d67293 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Sat, 11 Apr 2020 14:38:39 -0400 Subject: Update API site build (#9622) --- doc/mkdocs/lua_highlight.patch | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc/mkdocs') diff --git a/doc/mkdocs/lua_highlight.patch b/doc/mkdocs/lua_highlight.patch index 034a63a33..e231081d6 100644 --- a/doc/mkdocs/lua_highlight.patch +++ b/doc/mkdocs/lua_highlight.patch @@ -1,4 +1,4 @@ -@@ -77,7 +77,7 @@ +@@ -75,7 +75,7 @@ css_class="codehilite", lang=None, style='default', noclasses=False, tab_length=4, hl_lines=None, use_pygments=True): self.src = src @@ -7,13 +7,3 @@ self.linenums = linenums self.guess_lang = guess_lang self.css_class = css_class -@@ -119,7 +119,8 @@ - cssclass=self.css_class, - style=self.style, - noclasses=self.noclasses, -- hl_lines=self.hl_lines) -+ hl_lines=self.hl_lines, -+ wrapcode=True) - return highlight(self.src, lexer, formatter) - else: - # just escape and build markup usable by JS highlighting libs -- cgit v1.2.3