Markdown uitleg

··
ITT-Team
ITT-Team
Bootje go brr.

Headers
#

H3
#

H4
#

H5
#
H6
#

Emphasis
#

Italic Italic Bold Bold Bold and italic Strikethrough

Lijsten
#

Onordered
#

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Geordend
#

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Afbeeldingen
#

GitHub Logo
Format:
Alt Text

Links #

http://github.com - automatic! GitHub

Blockquotes
#

As Kanye West said:

We’re living the future so the present is our past.

Inline code
#

I think you should use an <addr> element here instead.

Syntax highlighting
#

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

Tabel
#

Syntax Description
Header Title
Paragraph Text

Takenlijst
#

  • Write the press release
  • Update the website
  • Contact the media

Emoji
#

😃 😆 😊

Front matter
#

---
title: "Markdown uitleg"
date: 2020-08-08
draft: false
description: "Learn how to build Blowfish manually."
---

Shortcodes
#

YouTube
#

Twitter
#

Footnotes
#

Here’s a sentence with a footnote. 1

Je kunt nu bronnen aangeven ofzo. 2


  1. This is the footnote. ↩︎

  2. Dit is een bron. ↩︎