Ready for first release?
This commit is contained in:
@@ -173,11 +173,10 @@ class CitationPlugin(Plugin):
|
||||
<dd>{issbn}</dd>
|
||||
<dt class="publisher"></dt>
|
||||
<dd>{publisher}</dd>
|
||||
</dl>""".format(eid = id, link = link, authors = authors, pubYear = year, title = e.fields['title'], edition = edition, publisher = publisher, editors = editors, pages = pages, issbn = issbn, note = note)
|
||||
</dl>
|
||||
""".format(eid = id, link = link, authors = authors, pubYear = year, title = e.fields['title'], edition = edition, publisher = publisher, editors = editors, pages = pages, issbn = issbn, note = note)
|
||||
return output
|
||||
|
||||
|
||||
|
||||
def on_setup_env(self, **extra):
|
||||
def decode_filter(value):
|
||||
return LatexNodes2Text().latex_to_text(value)
|
||||
|
||||
Reference in New Issue
Block a user