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

Non-breaking spaces are stripped out #53

Open
lucascosti opened this issue Jun 2, 2016 · 2 comments
Open

Non-breaking spaces are stripped out #53

lucascosti opened this issue Jun 2, 2016 · 2 comments

Comments

@lucascosti
Copy link

For example:

<para>
    Before installing Red&nbsp;Hat&nbsp;JBoss&nbsp;Web&nbsp;Server on Red&nbsp;Hat Enterprise&nbsp;Linux, ensure the following prerequisites are met.
<para>

becomes:

Before installing RedHatJBossWebServer on RedHat EnterpriseLinux, ensure the following prerequisites are met.
@mojavelinux
Copy link
Member

Looks like the &nbsp; entity is not being handled. It should be replaced with {nbsp} I think.

@mojavelinux
Copy link
Member

It looks like only a handful of numeric entities are being replaced, but no named entities.

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

No branches or pull requests

2 participants