mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 00:28:11 -06:00
Added table wrappers, fixed anchor headings
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: vendor/compress
|
||||
---
|
||||
|
||||
{% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
|
||||
{% assign content_ = content_ | replace: '</table>', '</table></div>' %}
|
||||
{{ content_ }}
|
||||
Reference in New Issue
Block a user