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

Blank lines are not kept in SongView #138

Open
faniry6 opened this issue Jun 24, 2020 · 0 comments
Open

Blank lines are not kept in SongView #138

faniry6 opened this issue Jun 24, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@faniry6
Copy link

faniry6 commented Jun 24, 2020

Describe the bug
According to the original ChordSheetJS, one can just use blank line to separate verses instead of {start_of_verse} {end_of_verse} delimiter. This is not the case here, it seems like the CustomHtmlDivFormatter is ignoring the blank line such that

chord[A]pro
// Blank line
chord[B]pro

is render as

      A
chordpro
      B    // Blank line ignored 
chordpro

To Reproduce
Steps to reproduce the behavior:

  1. Go to SongList
  2. Click on + button
  3. Create a Chordpro or ChordSheet using blank line as verse separator
  4. Save and see result

Expected behavior
Should be similar to this https://martijnversluis.github.io/ChordFiddle/ when using blank line

@artutra artutra added the bug Something isn't working label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants