Markdown table
Try code for Markdown table.
create post
$ hugo new content posts/markdown-table.md
Content "D:\\blank\\content\\posts\\markdown-table.md" createdThen edit the post by adding lines for Markdown table.
table
| A | B | C |
|---|---|---|
| 12345 | 98765 | 00100 |
| 123 | 2 | 0001 |
| 12 | 151 | 01 |
A | B | C
:- | :-: | -:
12345 | 98765 | 00100
123 | 2 | 0001
12 | 151 | 01