I believe @Dahie has brought this up before - I think we should remove HTML generation from the library. I'd like to do this for a few reasons:
The HTML generation could be separated out into its own gem
The current HTML output relies on CSS which we don't provide in the Gem
The main place somebody needs CSS is within the Lines of a Section in order to have lyrics and chords line up correctly
Anywhere I currently use the gem I provide my own HTML renderer and CSS
I think it could be beneficial to make a separate CSS repository that provides the necessary styling that any implementation can use, regardless of the language being used
It means the gem would have no runtime dependencies!
I believe @Dahie has brought this up before - I think we should remove HTML generation from the library. I'd like to do this for a few reasons:
I'm curious to hear your thoughts on this.