Markdown showcase

By: GitHub September 27, 2023

The content between the two pointy hands is a Svelte component 👇

Updated: February 2, 2024

👆 end of Svelte component

From https://commonmark.org/help/ 🔗

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Normal paragraph text.

Crossed-out text.

Italic text

Bold text

Commonmark.org - external link 🔗

Link to another Obsidian doc

Horse head

No good deed goes unpunished - Albert Einstein

Unordered list

  • Guns
  • and
  • Roses

Ordered list

  1. One
  2. Two
  3. Three

Task list

  • todo
  • done

Horizontal rule 👇


Table 👇

bla blab blaba
one two three
four five six

Inline code with backticks…

// code block

$a = 1;
$b = 1;

function add($a, $b)
{
	return $a + $b;
}

YouTube embed 👇


Share on

Other articles tagged

loading markdown...