# Style Guide

# Heading 1

# Heading 2

# Heading 3

# Heading 4

# Heading 5

Normal text.

Markdown converts text to HTML.

inline code

{{Code block}}

TIP

This is a tip

WARNING

This is a warning

WARNING

This is a dangerous warning

DETAILS

This is a details block, which does not work in IE / Edge

For Developers
<h1>Some good title</h1>

Here is a footnote reference,[1] and another.[2]

Here is an inline note.[3]

# References


  1. Here is the footnote. ↩︎

  2. Here's one with multiple blocks.

    Subsequent paragraphs are indented to show that they belong to the previous footnote. ↩︎

  3. Inlines notes are easier to write, since you don't have to pick an identifier and move down to type the note. ↩︎