blob: e35707c476d0f6e3bdf44cc7a207785d63b544d7 [file] [log] [blame] [view]
## Try Markdown
### Heading3
#### Heading4
- - -
##### List
* Start with one # for the largest heading (Heading1). The next smaller heading (Heading2) starts with ##. You can go all the way up to Heading 6 (######).
* Heading4 (####) and Heading5 (#####) has been styled to show up underlined. Yes, it can be changed. If you are curious, you can look at the extra.css file in your repo branch.
* It's **very** easy to do **bold** and *italics*.
* See how this list has been made using *
* Click on "Help" in Mou and then on "Markdown Syntax Reference".
* <font color="red"> Substitute a sentence of your own here </font>
* <font color="red"> Guinea Pig!!! </font>
---
> <font color="red"> Note! </font>
>> You will not be able to see the change immediately by refreshing your browser right after editign the Markdown file. You can only push the change to the Apache repository. So continue with the steps in [how_to_edit_docs.md](how_to_edit_docs.md).
>>
>> You can see the change on the website if/when a doc builder on the project team merges your changes to the master branch and generates the pages for the website.
>>
>> You do have the option to download MkDocs and preview the change by hosting the pages locally using its built-in web server. The steps are described in [how_to_edit_docs.md](how_to_edit_docs.md).