We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef78326 commit ea3e81eCopy full SHA for ea3e81e
layouts/multi-code-lang/single.html
@@ -20,8 +20,8 @@ <h1 id="pagetitle">{{ .Title }}</h1>
20
{{ partial "translate_status_banner/translate_status_banner.html" . }}
21
22
{{/* Add `table-wrapper` div to tables in imported markdown to fix overflow issues */}}
23
-
24
- {{ $wrappedTable := printf "<div class=table-wrapper> ${1} </div>" }}
+
+ {{ $wrappedTable := printf "<div class=table-wrapper> ${1} </div>" }}
25
{{ .Content | replaceRE "(<table>(?:.|\n)+?</table>)" $wrappedTable | safeHTML }}
26
27
{{ end }}
0 commit comments