Skip to content
New issue

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

HTML code not correctly interpreted when no space between tags #35

Open
Joeran opened this issue Oct 14, 2014 · 0 comments
Open

HTML code not correctly interpreted when no space between tags #35

Joeran opened this issue Oct 14, 2014 · 0 comments

Comments

@Joeran
Copy link

Joeran commented Oct 14, 2014

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:
image

However, this is how it actually is (the x is not subscript):
image

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant