| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Jun 2012 08:37:59
1.000034
|
az  |
- Remove SITE_PERL from *_DEPENDS |
23 Aug 2011 13:42:15
1.000034
|
wen  |
- Update to 1.000034
ChangeLog:
http://cpansearch.perl.org/src/BOBTFISH/Text-MultiMarkdown-1.000034/Changes
- Reset maintainer to perl@ |
03 Jul 2011 14:40:25
1.000033
|
ohauer  |
-remove MD5 |
23 Mar 2010 02:18:15
1.000033
|
wen  |
- Update to 1.000033 |
23 Jan 2010 07:28:11
1.000032_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu) |
23 Jan 2010 06:07:18
1.000032
|
wen  |
- Update to 1.000032 |
31 Oct 2009 12:17:46
1.000031
|
wen  |
- Update to 1.000031
Approved by: miwi,jadawin(mentors,implicit) |
23 Oct 2009 02:59:15
1.0.30
|
wen  |
Markdown is a text-to-HTML filter; it translates an easy-to-read and
easy-to-write structured text format into HTML. Markdown's text format
is most similar to that of plain text email, and supports features such
as headers, *emphasis*, code blocks, blockquotes, and links.
Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level
HTML tags (like <div> and <table> as well).
Text::MultiMarkdown implements the MultiMarkdown markdown syntax
extensions from: http://fletcherpenney.net/multimarkdown/
WWW: http://search.cpan.org/dist/Text-MultiMarkdown/
Approved by: mentors(implicit) |