We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b38bb commit c156bd1Copy full SHA for c156bd1
README.md
@@ -17,18 +17,18 @@ Look [here](https://github.com/wumpz/java-diff-utils/wiki) to find more helpful
17
These two outputs are generated using this java-diff-utils. The source code can also be found at the *Examples* page:
18
19
Producing a one liner including all difference information.
20
-```
+
21
This is a test ~senctence~**for diffutils**.
22
23
24
Producing a side by side view of computed differences.
25
26
|original|new|
27
|--------|---|
28
|This is a test ~senctence~.|This is a test **for diffutils**.|
29
|This is the second line.|This is the second line.|
30
|~And here is the finish.~||
31
32
33
## Main Features ##
34
0 commit comments