mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
7694f9b1b4
* Simplify dark theme - Make dark theme less awful (sorry about that) * Update exampleSite posts * Add support for multiple authors per post (#328)
852 B
852 B
title | date | tags | series | |||
---|---|---|---|---|---|---|
Markdown Support | 2017-11-06T12:04:06-05:00 |
|
|
Introduction supports code blocks and syntax highlighting:
$ complicated techie code git bash ubuntu
>>> return value init foo
You can easily create tables using Markdown, with rows that support readability:
this | is | a | table | ! |
---|---|---|---|---|
this | is | the | 1st | row |
this | is | the | 2nd | row |
this | is | the | 3rd | row |
edgy | jo | ke | lands | here |
this | is | the | 5th | row |
this | is | the | 6th | row |
Unordered lists render with high readabiltiy as well!
- Unordered list
- First sub-item
- Second sub-item
- Second top level item
As do ordered lists:
- Top level
- First sub-level
- Second sub-level
- First sub-level
Have fun writing with Markdown!