Darren's Blog

Typography (h1)

If you're new to markdown syntax, here's a great markdown guide.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

This text is italic, this text is bold. You can use italic and bold together.

This is highlighted text.

Here's an italic link, a bold link, and a bold italic link.

You can also have code links.

Here's a simple footnote,1 and here's a longer one.2

Sub Heading (h2)

Lorem Ipsum has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.

Sub Heading (h3)

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.

Sub Heading (h4)

If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.

Horizontal Rule



Blockquote

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

Unordered List

Ordered List

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

HTML Table


Syntax Description
Header Title
Paragraph Text

Code Block

<html>
  <head>
  </head>
</html>

Inline Code

At the command prompt, type nano.

Sample Image

Sample Image

This is figcaption

Testimonials

The awesome text from someone. Some Name

The awesome text from someone. Some Name



  1. Footnotes allow you to add notes and references without cluttering the body of the document.

  2. When you create a footnote, a superscript number with a link appears where you added the footnote reference. Readers can click the link to jump to the content of the footnote at the bottom of the page.