Skip to content

Add tab and multiple space pattern replacements in diff - #29

Open
erikn69 wants to merge 2 commits into
arnab:masterfrom
erikn69:patch-3
Open

erikn69 wants to merge 2 commits into
arnab:masterfrom
erikn69:patch-3

Conversation

@erikn69

@erikn69 erikn69 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Tabs and multiple spaces aren't showing up; I'm not sure if this is the best solution.

This way, you can see if the change consisted only of added spaces.


Another issue is that when the changes consist solely of line breaks, the line breaks are visible but are not marked as modifications, even though the <ins> or <del> tags are present in the HTML.

This is because <ins> and <del> have display: inline in the CSS; it would be better to add a space next to the <br> to force the width of the <ins>/<del> elements.

image image

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

Successfully merging this pull request may close these issues.

1 participant