mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08: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_ }} |