Tables in markdown, not properly rendering

I’m trying to create a table in markdown, and I followed this guide here: https://willschenk.com/articles/2020/styling_tables_with_hugo/
but it does not seem to work.
Any suggestions?

I’m unable to replicate the problem, it’s working as it should. I only noticed few problems while pasting the second fence contents (different quotes and hyphen).

Care to try this one?

{{< table "table table-striped table-bordered" >}}
| Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Item 1   | Item 2   | Item 3   |
| Item 1a  | Item 2a  | Item 3a  |
{{< /table >}}

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.