Bootstrap

Build robust, flexible, and intuitive websites with Bootstrap 5. Easily customize your Doks site with the source Sass files.

On this page

Tables

💡

Tables Generator is a handy tool to generate tables in Markdown format.

Doks supports Bootstrap styling for tables in markdown.

Example

Markdown

  1. | Tables | Are | Cool |
  2. |----------|:-------------:|------:|
  3. | col 1 is | left-aligned | $1600 |
  4. | col 2 is | centered | $12 |
  5. | col 3 is | right-aligned | $1 |
  6. {.table-striped}

HTML

TablesAreCool
col 1 isleft-aligned$1600
col 2 iscentered$12
col 3 isright-aligned$1