UPDATE!! I am editing in my computer!
TestProject to see if it is working fine.
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
It is very easy to write italics or boldface, also monospace text.
To separate paragraphs yo have to put a double lie break.
You can use ordered lists:
- item 1
- item 2
- item 3
- item 4
- item 4, And un-ordered lists:
- Item 5.1
- Item 5.2
- Item 5.3
- Item 5.4, And many levels:
- Item 5.4.1
- Item 5.4.2
Titles, code, images, links, and more.
TestProject
===========
TestProject to see if it is working fine.
## Hello Markdown
[Markdown](http://daringfireball.net/projects/markdown/) is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid
XHTML (or HTML).
It is very easy to write _italics_ or **boldface**, also `monospace text`.
To separate paragraphs
yo have to put a double lie break.
You can use ordered lists:
1. item 1
2. item 2
2. item 3
4. item 4
4. item 4, And un-ordered lists:
* Item 5.1
* Item 5.2
* Item 5.3
* Item 5.4, And many levels:
* Item 5.4.1
* Item 5.4.2
### Other things
Titles, code, images, links, and more.