Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Header blocks render non-breaking space entities #1

Description

@ConnectGrid

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions