Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/posts/post-5.md')
-rw-r--r--exampleSite/content/posts/post-5.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/exampleSite/content/posts/post-5.md b/exampleSite/content/posts/post-5.md
index 8623c19..3ec5904 100644
--- a/exampleSite/content/posts/post-5.md
+++ b/exampleSite/content/posts/post-5.md
@@ -73,3 +73,18 @@ Ordered list
1. Red
2. Green
3. Blue
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+
+ Name | Age
+--------|------
+ Bob | 27
+ Alice | 23
+
+#### Inline Markdown within tables
+
+| Inline    | Markdown    | In    | Table |
+| ---------- | --------- | ----------------- | ---------- |
+| *italics* | **bold** | ~~strikethrough~~    | `code` | \ No newline at end of file