Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

multimarkdown lacking support for definition lists #6

Open
joeyh opened this issue Aug 27, 2009 · 0 comments
Open

multimarkdown lacking support for definition lists #6

joeyh opened this issue Aug 27, 2009 · 0 comments

Comments

@joeyh
Copy link

joeyh commented Aug 27, 2009

The definition lists documented in http://fletcherpenney.net/multimarkdown/users_guide/multimarkdown_syntax_guide/ arn't supported.

Test program:

use Text::MultiMarkdown 'markdown';
print markdown("
Apple
: Pomaceous fruit of plants of the genus Malus in
the family Rosaceae.
: An american computer company.

Orange
: The fruit of an evergreen tree of the genus Citrus.
");

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant