kpdecker / jsdiff

A javascript text differencing implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Is it possible to preserve the whitespace when using `ignoreWhitespace` ? It breaks the formatting

dgtlmoon opened this issue · comments

Hello and thanks!

In my situation, I want to compare by ignoring the whitespace, however the documents format should not be broken

image

becomes with ignoreWhitespace:true

image