Login
or
register
Overview
Introduction
Features
Credits
License
This Wiki
Status
News
Releases
Change Log
Recent Wiki Edits
User Guide
Installation
Command Line
Using as a Module
Integration
Reporting Bugs
Advanced
Mailing List
Source Code
Test Suite
Extensions
Extensions
Writing Extensions
Available Extensions
Related Projects
Definition_Lists
Definition Lists
Anonymous users must enter
captcha
below.
Don't put anything here
Page Content
Don't put anything here
Don't put anything here
### Summary The Definition List Extension adds the ability to create definition list in Markdown documents. This extension is included in the standard Markdown library. ### Syntax Definition lists are defined using the syntax established in [PHP Markdown Extra][php]. [php]: http://www.michelf.com/projects/php-markdown/extra/#def-list Thus, the following text (taken from the above referenced PHP documentation): Apple : Pomaceous fruit of plants of the genus Malus in the family Rosaceae. Orange : The fruit of an evergreen tree of the genus Citrus. will be rendered like so: <dl> <dt>Apple</dt> <dd>Pomaceous fruit of plants of the genus Malus in the family Rosaceae.</dd> <dt>Orange</dt> <dd>The fruit of an evergreen tree of the genus Citrus.</dd> </dl> ### Usage From the Python interpreter: >>> html = markdown.markdown(text, ['def_list']) To use with other extensions, just add them to the list, like this: >>> html = markdown.markdown(text, ['def_list', 'footnotes']) The extension can also be called from the command line using Markdown's `-x` parameter: markdown.py -x def_list source.txt > output.html
Don't put anything here
Advanced Fields
Page Name (for URL)
Page Title
Breadcrumb Text
Category
Available Extensions
Change Log
Command Line
Credits
Extensions
Features
Installation
Integration
Introduction
License
Mailing List
News
Recent Wiki Edits
Related Projects
Releases
Reporting Bugs
Source Code
Test Suite
This Wiki
Using as a Module
Writing Extensions
Don't put anything here
About This Edit
Minor Edit
Edit Summary
Don't put anything here
save
preview
cancel
Powered by
Sputnik
|
XHTML 1.1