Move copyright up

This commit is contained in:
Bernhard Fisseni 2014-07-20 11:29:11 +02:00
parent 91ee1edf9e
commit b9a79ab484

View File

@ -8,6 +8,14 @@ As in the original, meta data is parsed but not used in processing.
Dependencies: [PyYAML](http://pyyaml.org/)
Copyright 2014 Bernhard Fisseni
Based on the meta data extension included with Python-Markdown,
Copyright 2007-2008 [Waylan Limberg](http://achinghead.com).
License: BSD (see LICENSE.md for details)
## Basic Usage
>>> import markdown
@ -25,13 +33,6 @@ Dependencies: [PyYAML](http://pyyaml.org/)
>>> print(md.Meta) # doctest: +SKIP
{'blank_data': [''], 'author': ['Waylan Limberg'], 'title': ['Test Doc.']}
Copyright 2014 Bernhard Fisseni
Based on the meta data extension included with Python-Markdown,
Copyright 2007-2008 [Waylan Limberg](http://achinghead.com).
License: BSD (see LICENSE.md for details)
## Use in Sublime Text 3 with [OmniMarkupPreviewer](https://github.com/timonwong/OmniMarkupPreviewer)