Markdown Examples

Examples of some basic markdown

Jonah Faas 2024-3-1

One hash tag for an H1 affect

This is an H2 (two hash tags)

This is an H3 (3 hash tags)

Use Ctrl+Shift+V to preview a markdown file in VSCode

this is bold text

This is a link this is the link text

Here's a JavaScript code sample:

if(this){

}

The above code is a JavaScript sample.

Lists

Ordered Lists

  1. Item 1
  2. Item 2
  3. Item 3

Unordered Lists

  • Item 1
  • Item 2
  • Item 3

Here's how you can put images in markdown:

This is an eagle