A couple of things you should know about your new site

Text formatting

By now you’ve probably already noticed how we format headers. You can apply the full range (h2 to h6) as follows:

# big heading
## smaller heading
##### smallest heading

The nice thing about this formatting syntax is that the resultant text document is clean and easy to read. We like this as well.

A list with a couple examples:

  • bold
  • italic
  • strike

We can number that list if you want:

  1. bold
  2. italic
  3. strike

File management

Attach any files you’d like to render in this page by simply uploading a file directly to this page. If you are not using the photo-section these files still need to be linked up. Simply copy the unique internal link and paste it in the appropriate text area. There are two ways of doing this:

This code renders the image itself:

![title of image](#unique_hash_code#)

This code renders a link to the image, or other file type, if you choose:

[title of link](#unique_hash_code#)

These unique links can be used anywhere in your site, and they are available for links to pages, posts and photos too. Please note that if you want this code to execute you need to remove the apostrophe characters from either side.