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

allow separator in div class="verse" #578

Open
lindheli opened this issue Nov 26, 2024 · 0 comments
Open

allow separator in div class="verse" #578

lindheli opened this issue Nov 26, 2024 · 0 comments

Comments

@lindheli
Copy link

Adding <hr class="separator"> in a poem results in a validation error. Would it be possible to allow that?
An example which results in a validation error:

<div class="verse">
   <p class="linegroup">
      <span class="line">I en skål på bordet</span>
      <br/>
      <span class="line">det röda äpplet</span>
   </p>
   <hr class="separator"/>
   <p class="linegroup">
      <span class="line">Vill du smaka på äpplet</span>
      <br/>
      <span class="line">jag orkar inte</span>
      <br/>
      <span class="line">inte nu</span>
   </p>
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