Skip to content

cbernat/TestProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestProject

UPDATE!! I am editing in my computer!

TestProject to see if it is working fine.

Hello Markdown

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
  3. item 3
  4. item 4
  5. 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.

Source Markdown code

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.

About

TestProject to see if it is working fine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%