My first Blog Post
February 4, 2021
•Markus Ressel
This is the first post of on my blog created using Nuxt.js. To test things out, this post showcases different capabilities of Markdown and @nuxt/content.
Table of Contents:
This is the first post of on my blog created using Nuxt.js. To test things out, this post showcases different capabilities of Markdown and @nuxt/content.
Emphasis
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
Code
This sentence contains an inline
code section.
def function(a: str, b: int) -> None:
return a * b
def __main__():
result = function("a", 2)
print(f"Result: {result}")
List
- First
- Second
- Third
- sublist
Table
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Blockquote
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.