victorabraham
5/10/2016 - 3:26 AM

Readme sample.md

#MD Syntax #Header 1 Header 1 ======== ##Header 2 Header2


###Header3 ####Header4 #####Header5 ######Header6


using *

  • List item1
  • List item2
  • List item3 using +
  • List item4
  • List item5
  • List item6 using numbers:
  1. List item7
  2. List item8
  3. List item9

Indented text can also span multiple lines Nested block text also works

Double indented text can be used, in addition to other markup Like this


  1. This is a list item 10. This is not a list item

The following create a horizontal line (3 or more asterisks, dashes or underscores with optional spaces between them) Option 1 : * * *


Option 2 : ***


Option 3 : ---

Option 4 : _____


Emphasis strong or strong Strong strong or strong Code code


##Inline images and links: BBC


Markdown provides backslash escapes for the following characters: \backslash `backtick *asterisk _underscore {}curly braces []square brackets ()parentheses #hash mark +plus sign -minus sign (hyphen) .dot !exclamation mark Note : 2 space characters at the end of a line will cause a line break.Otherwise no line break will appear in the output this line has 2 spaces at the end this line does not and should join with this line