Welcome to Markdown Previewer!

This is a sub-heading...

And here's some other cool stuff:

Here's some code, <div></div>, between 2 backticks.

// this is multi-line code:

function helloWorld(name) {
  console.log("Hello, " + name);
}

helloWorld("Developer");

You can also make text bold... whoa! Or italic. Or... wait for it... both!

There's also loops, and

Block Quotes!

  • And of course there are lists.
    • Some are bulleted.
      • With different indentation levels.
        • That look like this.