All Markdown

24-Jan-2019
  • markdown
2 min read / 482 words

Integer vitae metus arcu. Etiam ante nisl, https://www.markdownguide.org/basic-syntax/ ultrices non rutrum eu, porttitor eget diam. Ut venenatis purus ac sapien posuere fermentum. Praesent at lectus venenatis, lacinia tortor in, dignissim mi. Vestibulum mollis purus eu vehicula convallis. Donec ipsum arcu, accumsan vel quam quis, pretium volutpat sapien

Headings


Heading level 1

Heading level

Heading level 3

Heading level 4

Heading level 5
Heading level 6

Paragraphs

A Kitten


I really like using Markdown.

Line Breaks


This is the first line.
And this is the second line.

Emphasis - Bold


I just love bold text.

Love is bold

Emphasis - Italic


Italicized text is the cat's meow.

A cat meow

Emphasis - Bold & Italic


This text is really important.

Blockquotes


Dorothy followed her through many of the beautiful rooms in her castle.

Blockquotes with Multiline Paragraphs


Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

Nested Blockquotes


Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

Blockquotes with Other Elements


The quarterly results look great!
  • Revenue was off the chart.

  • Profits were higher than ever.

    Everything is going according to plan.

Lists - Orderered


  1. First item
  2. Second item
  3. Third item
  4. Fourth item
  5. Fifth item
  6. Sixth item
  7. Seventh item
    1. Indented item
    2. Indented item
  8. Eighth item

Lists - Unordered


  • First item
  • Second item
  • Third item
  • Fourth item
  • Fifth item
  • Sixth item
  • Seventh item
    • Indented item
    • Indented item
  • Eighth item

Adding Elements in Lists - Paragraphs


  • This is the first list item.

  • Here's the second list item.

    I need to add another paragraph below the second list item.

  • And here's the third list item.

Adding Elements in Lists - Blockquotes


  • This is the first list item.

  • Here's the second list item.

    A blockquote would look great below the second list item.

  • And here's the third list item.

Code Blocks

<html>
<head>
<title>Test</title>
</head>
</html>

Images


  1. Link to a remote image.

  2. Marvel at its beauty.

    A Kitten

  3. Close the file.

Linking Images


  1. Link to a remote image.

  2. Marvel at its beauty.

    A Kitten A Kitten link

  3. Close the file.

Code


At the command prompt, type nano.

Escaping Tick Marks


Use `code` in your Markdown file.

Horizontal Rules


Links


My favorite search engine is Duck Duck Go.

URLs and Email Addresses


https://www.markdownguide.org fake@example.com

Formatting Links


I love supporting the EFF. This is the Markdown Guide.

Reference-style Links


[hobbit-hole][1] hobbit-hole [hobbit-hole][a] hobbit-hole

In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit-hole, and that means comfort.

Escaping Characters


* Without the backslash, this would be a bullet in an unordered list.

Tables


MarkdownHTMLRendered Output
Use `code` in your Markdown file.Use code in your Markdown file.Use code in your Markdown file.