Markdown
Clearing theme, for RapidWeaver 7

An exhibit of Markdown

Demonstration of what the built in RapidWeaver 7 Markdown page is capable of doing.


Basic formatting

Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else.

Paragraphs must be separated by a blank line. Basic formatting of italics and bold is supported. This can be nested like so. Here's a text link example.


Code block

Code blocks are very useful for developers and other people who look at code or other things that are written in plain text. As you can see, it uses a fixed-width font.

You can also make inline code to add code into other things.


Quote

Here is a quote. What this is should be self explanatory. Quotes are automatically indented when they are used.


Headings

There are six levels of headings. They correspond with the six levels of HTML headings. You've probably noticed them already in the page. Each level down uses one more hash character.


Headings can also contain formatting


They can even contain inline code


Of course, demonstrating what headings look like messes up the structure of the page.

I don't recommend using more than three or four levels of headings here, because, when you're smallest heading isn't too small, and you're largest heading isn't too big, and you want each size up to look noticeably larger and more important, there there are only so many sizes that you can use.


Horizontal rule

A horizontal rule is a line that goes across the middle of the page.



It's sometimes handy for breaking things up.

Lists

Numbered list

  1. apples
  2. oranges
  3. pears

Shopping list:

  • apples
  • oranges
  • pears