mirror of
https://github.com/thangisme/notes.git
synced 2024-11-02 15:57:21 -04:00
7 lines
209 B
HTML
7 lines
209 B
HTML
---
|
|
layout: vendor/compress
|
|
---
|
|
|
|
{% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
|
|
{% assign content_ = content_ | replace: '</table>', '</table></div>' %}
|
|
{{ content_ }} |