Sandbox

Published See discussion on Twitter

Note: This post is a draft.

This post is meant to showcase each of the individual elements i can render in a blog post or a notebook entry!

Spacer

Link

Link

a

a

Native anchors

markdown link

html link

ul

  • one
  • two
  • three

ol

  1. one
  2. two
  3. three

del

del

Paragraph

Some text here. Some more text right after it too!

blockquote

foo bar baz - some person

br


Code Block

1const foo: string = 'bar';
1const foo: string = 'bar';
1+ const foo: string = 'bar';
2- const bar: string = 'bar';
1+ const foo: string = 'bar';
2- const bar: string = 'bar';
1# some markdown
1# some markdown

Emphasis

emphasis

Headings:

H1

H2

H3

H4

H5
H6

hr


Strong

bold text

Time

TL;DR:

some content here!

Inline Code

foo

Bar

Tags:

Don't Read Me