Skip to content

Issue with detecting additional/removed spaces in html text #128

@Chudy20007

Description

@Chudy20007

Hello. I noticed that if some additional spaces were added into a text or removed from a text then there is no difference detected. Is it possible to configure HtmlDiff to handle this case? If it's not then maybe it's worth to implement/fix?

Example:

  • Old content:
<p>Just a simple text&nbsp; &nbsp;</p>
  • New cotent:
<p>Just a simple text&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>

Expected output should show that additional spaces were added.

Thanks for any feedback or tips!

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions