diff --git a/exampleSite/content/samples/markdown/index.md b/exampleSite/content/samples/markdown/index.md index dd491e6c..72281494 100755 --- a/exampleSite/content/samples/markdown/index.md +++ b/exampleSite/content/samples/markdown/index.md @@ -63,6 +63,36 @@ Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the- | --------- | -------- | ------ | | _italics_ | **bold** | `code` | +### HTML Tables + +Blowfish supports HTML tables, that can be personalized with custom CSS. + +{{< alert >}} +Make sure your `markup.toml` has the required contents, +which you can get from the file copy from +[theme config set up]({{< ref "docs/installation#set-up-theme-configuration-files" >}}) +docs. +{{< /alert >}} + + + + + + + + + + + + + + + + + + +
NameAge
Bob27
Alice23
+ ## Code Blocks ### Code block with backticks