You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
The new YAML format looks great. Just one finding:
pandoc-citeproc -y
does not output subscript and superscript as markdown.Example:
Actual:
Expected:
Note:
<span style="vertical-align:sup;">
is incorrect anyway, should be …super
….This
test.yaml
seems to work with html but certainly does not with latex, example:Actual output: …
{Subscript}, {Superscript}
…And
pandoc-citeproc -j test.yaml
gives:but citeproc-js understands only
<sub>
and<sup>
, so this cannot be used, e.g., for importing into Zotero.BTW, where does
"first-reference-note-number": 1,
come from? I don’t think it should be there.Maybe it would make sense to add a rich-text-markup example to the test suite?
The text was updated successfully, but these errors were encountered: