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

<p> converting not working as expected #17

Open
salim-lachdhaf opened this issue Dec 26, 2024 · 0 comments
Open

<p> converting not working as expected #17

salim-lachdhaf opened this issue Dec 26, 2024 · 0 comments

Comments

@salim-lachdhaf
Copy link

example:

final delta = HtmlToDelta().convert("""
      <p><strong>Durée prévue :</strong> 45 minutes</p>
      <p><strong>Niveau des élèves : </strong>5e</p>      
      """);

it returns :
Durée prévue : 45 minutesNiveau des élèves : 5e

instead of :
Durée prévue : 45 minutes
Niveau des élèves : 5e

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