Markus' Blog

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.

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.

example.py
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

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare 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.

HTML

This is HTML inside markdown using tailwindcss classes.

Markus Ressel
Software Engineer, Germany