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 tag cause invalid acknowledgements section #2496

Closed
CecSve opened this issue Aug 20, 2024 · 1 comment
Closed

HTML tag cause invalid acknowledgements section #2496

CecSve opened this issue Aug 20, 2024 · 1 comment
Assignees
Milestone

Comments

@CecSve
Copy link
Contributor

CecSve commented Aug 20, 2024

Feedback for #2473.

The following text with HTML tags that are supported gives an Acknowledgements is invalid. although it seems to render in the text view.

Lorem Ipsum <div>I am a div</div> dolor sit amet. 

<p>This text contains <sub>subscript</sub> text.</p>

 <p>This text contains <sup>superscript</sup> text.</p> 

 <pre>Text in a pre element
is displayed in a fixed-width
font, and it preserves
both      spaces and
line breaks</pre>

<div class="myDiv">
  <h1>This is a heading in a div element</h1>
  <p>This is some text in a div element.</p>
</div>

<a href="https://www.gbif.org">Visit gbif.org!</a> 
<p>This is normal text - <b>and this is bold text</b>.</p>
@mike-podolskiy90
Copy link
Contributor

Thanks Cecilie.

I'm looking into improving error messages, that might help here.

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

No branches or pull requests

2 participants