citra-web/site/themes/citra-bs-theme/layouts/shortcodes/table.html
James be92533eb4 Introduce new Markdown shortcuts, revisit old blog posts
This does a number of things:
- Introduces new shortcodes for figures and tables, allowing them
  to be embedded natively.
- Fixes padding on Youtube videos
- Adjusts old blog posts, fixing dead links, and updating/unifying
  syntax.
2017-09-08 22:01:11 +10:00

4 lines
71 B
HTML

<table class="table">
{{ safeHTML (substr .Inner 7 -9) }}
</table>