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

Table cell content is not displayed if surrounded by <p> </p> tags #52

Open
gabeLon opened this issue Jan 20, 2021 · 2 comments
Open

Table cell content is not displayed if surrounded by <p> </p> tags #52

gabeLon opened this issue Jan 20, 2021 · 2 comments

Comments

@gabeLon
Copy link

gabeLon commented Jan 20, 2021

Hi Vitaliy, hope you are doing well.
Our online text editor (Typeset.io) has recently changed their JATS formatting, and now they are including

tags surrounding every table cell content. So,

<td id="tc-ee8f2569c952" align="center">
  <p id="p-7a21351a9ec2">Colonoscopia</p>
</td>

must be manually rearranged to

<td id="tc-ee8f2569c952" align="center">
   Colonoscopia
</td>

to be displayed using oldGregg. When using default OJS template, the cell content shows fine, even with

tags on cell content.

Maybe this is a JatsParser problem. Do you think is it possible to correct it?

Many thanks in advance.

@Vitaliy-1 Vitaliy-1 transferred this issue from Vitaliy-1/oldGregg Feb 5, 2021
@Vitaliy-1
Copy link
Owner

Hi @gabeLon,

I've transferred it to the JATS Parser Plugin repo. The plugin should parse correctly both but I'll re-check.

@gabeLon
Copy link
Author

gabeLon commented Feb 5, 2021

Thanks, I'll be waiting for your updates!

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

2 participants