A line-based LCS (Longest Common Subsequence) diff, the same class of algorithm used by most diff tools.
No — comparison is line-by-line only; changes within a line aren't further highlighted word-by-word.
Yes — check "Ignore leading/trailing whitespace" to treat lines that only differ by surrounding spaces as identical.