Test Post Using MultiMarkdown
https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide
http://fletcher.github.io/MultiMarkdown-4/MMD_Users_Guide.html
http://michelf.ca/projects/php-markdown/extra/
multimarkdown=yes
Intro text should go here asdf lj las dflj lj lasjdfl l lasjdflj asldf la jalsj flafl asldfj alsdf adflja sdf al df l aldf la dfla dfl aldf ladflajf al fl dfj alksdf la dflk asldf lj aldf ladfslja sfj alsf la flaj sldfj alfs jalf la flja sflj a.
asdlfjl asdjfl klas dfl alsf la sdf alksdf lka dflk adf l faj fj alkdfsj alkdf lakj dflka df afd lafla sflka sfla flk alsfj alfj lak f asdf alf aklflka fkla f asf a dfaj sldfj alkfj .
## heading two
- bullet one
- bullet two
a line of text
1. ordered 1
1. ordered 2
1. ordered 3
another line
asdf asdf asdf a
asdfsdf
> blockquote text asdf asdflsd flaj dslfja sldfj ladf la sfkl lajsfljaslf als dfla sdflj aslf jakls dfl adfj alkf kla fklaj dlf alkdf al dfslaj
and another line
### heading three
will use this space as a sandbox to test Markdown usage.
a line with *italicized text* asdf ljasldfjl
a line **with bolded text** asdf jasdf
escaping asterisk \*so that this is not bolded text\*
to escape a block of text and prevent it from being read as markdown, surround it with a div tag and with an attribute of markdown=0
br. a line with *italicized text* asdf ljasldfjl
br. a line **with bolded text** asdf jasdf
br. i can still use my custom Textile-like commands anywhere within a this page.
q.
asdfjl alsjdflajsdf las dfl asldf alsfj
br. asdfasdfasdfasdf
q..
---
## MultiMarkdown Specific Commands
### Some Text ###
Here is as example of [table][simple_table] followed by a more complex [example][reference_table] from the [documentation](https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide "MultiMarkdown Syntax Guide")
| First Header | Second Header | Third Header |
| :----------- | :-----------: | -------------------: |
| First row | Data | Very long data entry |
| Second row | **Cell** | *Cell* |
[][simple_table]
| | Grouping ||
| First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: |
| Content | *Long Cell* ||
| Content | **Cell** | Cell |
| New section | More | Data |
[Prototype table][reference_table]
---
You can place a link to a point in your document like this [one][], or [another][] place in the doc.
## one ##
A simple subheading in a larger document with the same name as the referring tag.
## Another place in the document [another] ##
Another place in the document that is referenced by the [another] tag in the heading
---
```
asdflj kljasdfj lakdfjk;ldsj
klasjf klajsdfkjasldfj
jalsdjfklas fj aslkfj asljf
jsfjl asj
jaklsj fklasj fklajflj
ja;slfj l
;jlasjdfjfsljf
```
---
[Some Text][] link within the document.
---
Here is some text containing a footnote.[^somesamplefootnote]
[^somesamplefootnote]: Here is the text of the footnote itself.
[somelink]:http://somelink.com
---
# Demonstrate Syntax Highlighting if you link to highlight.js #
# http://softwaremaniacs.org/soft/highlight/en/
print "Hello, world!\n";
$a = 0;
while ($a < 10) {
print "$a...\n";
$a++;
}
#markup - #junco - #multimarkdown