mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
8 lines
350 B
HTML
8 lines
350 B
HTML
<section class="article-content">
|
|
{{ partial "article/components/toc-inline" . }}
|
|
|
|
<!-- Refer to https://discourse.gohugo.io/t/responsive-tables-in-markdown/10639/5 -->
|
|
{{ $wrappedTable := printf "<div class=\"table-wrapper\">${1}</div>" }}
|
|
{{ .Content | replaceRE "(<table>(?:.|\n)+?</table>)" $wrappedTable | safeHTML }}
|
|
</section>
|