Different Markdown Elements

Posted:

This is an example post to show the different markdown elements.

This is an H2

This is an H3

This is an H4

This is an H5
This is an H6

Here is some bold text.

Here is some italic text.

Strikethrough

Here is a blockquote.

A nested blockquote.

  1. Ordered lists
  2. Look like
  3. This

This line includes inline code.

Here's a text code snippet.
console.log('This is a javascript code snippet.')
select count(*) from posts;

Here is an example of a table.

CommandDescription
addAdd an integration.
buildBuild your project and write it to disk.
checkCheck your project for errors.
devStart the development server.