2020-08-24 13:27:51 -04:00
|
|
|
<section class="article-content">
|
2022-01-20 06:09:25 -05:00
|
|
|
<!-- 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 }}
|
2020-08-24 13:27:51 -04:00
|
|
|
</section>
|