You're viewing old version number 31. - Current version
Test Post Using MultiMarkdown
This is a link to Toledo Talk.
This is a link to Jot Hut.
code span line
the three backticks code fencing does not work in the Perl MultiMarkdown module.
http://en.wikipedia.org/wiki/MultiMarkdown
http://www.yet.org/2012/10/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/
http://search.cpan.org/~bobtfish/Text-MultiMarkdown-1.000034/lib/Text/MultiMarkdown.pm
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
- ordered 1
- ordered 2
- 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*
a line with *italicized text* asdf ljasldfjl
a line **with bolded text** asdf jasdf
i can still use my custom Textile-like commands anywhere within a this page.
asdfjl alsjdflajsdf las dfl asldf alsfj
asdfasdfasdfasdf
Testing my q. q.. commands again.
This block of text uses the q. and q.. commands. My q. and q.. commands do not work correctly when the commands surround more than one paragraph. here's another paragraph. and a third. The content is displayed as one paragraph. I believe Textile added the hard breaks. Adding the two spaces at the end of a paragraph does help.
Another test
my q. and q.. commands do not work correctly when the commands surround more than one paragraph.
here's another paragraph.
and a third.
The content is displayed as one paragraph. I believe Textile added the hard breaks.
Adding the two spaces at the end of a paragraph does help.
MultiMarkdown Specific Commands
Some Text
Here is as example of table followed by a more complex example from the documentation
First Header | Second Header | Third Header | |
---|---|---|---|
First row | Data | Very long data entry | |
Second row | Cell | Cell |
Grouping | |||
---|---|---|---|
First Header | Second Header | Third Header | |
Content | Long Cell | ||
Content | Cell | Cell | |
New section | More | Data |
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
line one
line two
- Apple
- Pomaceous fruit of plants of the genus Malus in the family Rosaceae.
- another definition.
- Orange
- The fruit of an evergreen tree of the genus Citrus.
Some Text link within the document.
Here is some text containing a footnote.1
# 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++;
}
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
- Apple
- Pomaceous fruit of plants of the genus Malus in the family Rosaceae.
- Orange
- The fruit of an evergreen tree of the genus Citrus.
Overview [Introduction]
use it:
[Introduction][]
#markup - #junco - #multimarkdown
Here is the text of the footnote itself. ↩
From JR's : articles
626 words - 4134 chars
- 3 min read
created on
updated on
- #
source
- versions
Related articles
Markdown and Multimarkdown testing and documentation - Jun 18, 2014
Testing fenced code block commands - Sep 23, 2014
Resolved - Add client-side Textile markup editor - Aug 21, 2013
Resolved - Add Markdown support - Jul 02, 2013
Test post using Markdown - Mar 10, 2014