hugo

Inspired by this discussion , I wanted the ability to style a markdown table with Bootstrap table classes .

While this works fine, I wanted something that meets the following criteria:

  • The table is defined in markdown
  • It lives in the content file, e.g. content/post/some-post.md
  • It’s styled with Bootstrap table classes

Create css file with bootstrap tables

You can create own css file with bootstrap tables definition based on original bootstrap 5 css file. Or you can download my css file with all bootstrap tables definitions:

1/2 »