Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- ---
- layout: vendor/compress
- ---
-
- {% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
- {% assign content_ = content_ | replace: '</table>', '</table></div>' %}
- {{ content_ }}
|