mirror of
https://github.com/Digital-Naturalism-Laboratories/Mothbox.git
synced 2026-04-08 18:04:12 +00:00
8 lines
210 B
HTML
8 lines
210 B
HTML
---
|
|
layout: vendor/compress
|
|
---
|
|
|
|
{% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
|
|
{% assign content_ = content_ | replace: '</table>', '</table></div>' %}
|
|
{{ content_ }}
|