#MD Syntax #Header 1 Header 1 ======== ##Header 2 Header2
###Header3 ####Header4 #####Header5 ######Header6
using *
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
The following create a horizontal line (3 or more asterisks, dashes or underscores with optional spaces between them) Option 1 : * * *
Option 2 : ***
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