Cover image for the blog post

Markdown style guide

Published on

Edit this page

Headings

H3

H4

Inline styles

hello bold the brown fox jumps italicized text over the code high fence link and the world is flat.

Blockquote

Be courteous to all, but intimate with few, and let those few be well tried before you give them your confidence. True friendship is a plant of slow growth, and must undergo and withstand the shocks of adversity before it is entitled to the appellation.
George Washington

Lists

Ordered list

  1. First item
  2. Second item
  3. Third item

Unordered list

Horizontal rule


Image

A deer with its head resting on its back. The animal has a brown fur coat and long ears, and it appears to be standing in an outdoor setting. Its snout is visible, as well as the white markings around its eyes.

Table

This is technically not a table anymore. To make it completely responsive, I applied display: block and overflow-x: auto on the table element.

SyntaxDescription
HeaderTitle
ParagraphText

Fenced code block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}