diff --git a/mdx_cite.py b/mdx_cite.py index 6f5fc4b..6b24185 100644 --- a/mdx_cite.py +++ b/mdx_cite.py @@ -28,12 +28,13 @@ 2011, 2012 [The active archives contributors](http://activearchives.org/) All rights reserved. -This software is released under the modified BSD License. +This software is released under the modified BSD License. See LICENSE.md for details. ''' import markdown + from markdown.inlinepatterns import SimpleTagPattern @@ -45,11 +46,13 @@ class CiteExtension(markdown.extensions.Extension): def extendMarkdown(self, md, md_globals): """Modifies inline patterns""" - md.inlinePatterns.add('cite', SimpleTagPattern(CITE_RE, 'cite'), '