From 41a430d46fdb20fce6d31f26fdc9c421d04c7f35 Mon Sep 17 00:00:00 2001 From: James Braza Date: Sun, 6 Aug 2023 16:57:07 -0700 Subject: [PATCH] Added HTML tables to docs --- exampleSite/content/samples/markdown/index.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) 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