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

Header blocks render non-breaking space entities #1

Open
ConnectGrid opened this issue Jan 22, 2024 · 0 comments
Open

Header blocks render non-breaking space entities #1

ConnectGrid opened this issue Jan 22, 2024 · 0 comments

Comments

@ConnectGrid
Copy link

Header blocks are rendering encoded  . Reviewing the code shows it's written differently from how a Paragraph block is handled, for example.

I tried to fix this by subclassing the library and providing my own parseHeader() method, but with everything having a private visibility, this didn't work.

Are you open to pull-requests to fix these issues?

  1. Change visibility from private to protected so that the library can be subclassed.
  2. Fix the parseHeader() method.
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