Skip to content

Commit

Permalink
#9 Add GFM supports for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Jan 9, 2022
1 parent 0a0bcaf commit 41674eb
Show file tree
Hide file tree
Showing 4 changed files with 3,772 additions and 980 deletions.
8 changes: 4 additions & 4 deletions lib/content/article/markdown-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ The blockquote element represents content that is quoted from another source, op

Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.

Name | Age
--------|------
Bob | 27
Alice | 23
| Name | Age |
| ----- | --- |
| Bob | 27 |
| Alice | 23 |

#### Inline Markdown within tables

Expand Down
Loading

0 comments on commit 41674eb

Please sign in to comment.