By default, tables generated with markdown syntax are not responsive. To partially solve this problem, enclose your tables with this shortcode.

Syntax #

{{< table >}}
...table
{{< /table >}}

Options #

  • Get 0: Additional CSS classes. (optional)

Example #

{{< table >}}
| Syntax | Description |
| --- | ----------- |
| Header | Title |
| Paragraph | Text |
{{< /table >}}
Syntax Description
Header Title
Paragraph Text