How To Edit
This is a simple guide on how to add and edit the pages.
The pages are all created in markdown format meaning if you want special formatting for your text, you must follow the below format:
- To link to another park on this site, use [[exact park title]]. If the name is misspelled, your link will not work.
- To create an unordered list like this list, use ..* before your list items, where . denotes a space
- To create an ordered list, use #. format like 1., 2., etc.
- To create headers, use #. The greater amount of # the smaller your text
- To insert and image, use 
- To create a hyperlink, use [anchor](url)
- To make your content bold, use two underscores on either side of text like such __bolded text here__
- To make your content italized, use one underscore on either side like such _italized text here_
A markdown cheatsheet with more great information