diff options
author | David Chambers <David.Chambers.05@gmail.com> | 2011-02-17 00:15:18 -0800 |
---|---|---|
committer | David Chambers <David.Chambers.05@gmail.com> | 2011-02-17 00:15:18 -0800 |
commit | cf76cc82b24feb13ec006cb0b560b7b207e60338 (patch) | |
tree | 773fcdb48d4d5a725815357d99890566b17fbd23 /docs/command_line.txt | |
parent | 9fa60ed5f06d58270c0e6804fb39a50b69bedeab (diff) | |
download | markdown-cf76cc82b24feb13ec006cb0b560b7b207e60338.tar.gz markdown-cf76cc82b24feb13ec006cb0b560b7b207e60338.tar.bz2 markdown-cf76cc82b24feb13ec006cb0b560b7b207e60338.zip |
Added an alternative meta list syntax.
Implicit syntax (existing):
tag: Python
Markdown
Explicit syntax (new):
tag: Python
tag: Markdown
These two examples are now equivalent. Previously, the latter would produce
`{u'tag': [u'Markdown']}` rather than `{u'tag': [u'Python', u'Markdown']}`.
Diffstat (limited to 'docs/command_line.txt')
0 files changed, 0 insertions, 0 deletions