We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docear4Word or CiteProc-JS does not handle HTML code very well.
If I have a BibTeX code like this:
Title = {The A should be italic and the x after the A should be subscript: <i>A</i><sub>x</sub>},
the output should be like this:
However, this is how it actually is (the x is not subscript):
Interestingly, if you add some characters between the <i>A</i> and <sub>x</sub> then it works. For instance,
<i>A</i>
<sub>x</sub>
Title = {The A should be italic and the x after the A should be subscript:_<i>A</i>_<sub>x</sub>_},
leads to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docear4Word or CiteProc-JS does not handle HTML code very well.
If I have a BibTeX code like this:
Title = {The A should be italic and the x after the A should be subscript: <i>A</i><sub>x</sub>},
the output should be like this:
However, this is how it actually is (the x is not subscript):
Interestingly, if you add some characters between the
<i>A</i>
and<sub>x</sub>
then it works. For instance,Title = {The A should be italic and the x after the A should be subscript:_<i>A</i>_<sub>x</sub>_},
leads to
The text was updated successfully, but these errors were encountered: