Move copyright up
This commit is contained in:
parent
91ee1edf9e
commit
b9a79ab484
15
README.md
15
README.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user