Skip to content

Commit d3de726

Browse files
committed
correct some markdown warnings in README.md
1 parent fe63c57 commit d3de726

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88

99
A comprehensive library for generating differences between two hashable objects (strings or arrays).
1010
Generated differences can be rendered in all of the standard formats including:
11+
1112
* Unified
1213
* Context
1314
* Inline HTML
1415
* Side by Side HTML
1516
* Unified HTML
1617
* Unified Commandline colored output
1718

18-
The logic behind the core of the diff engine (ie, the sequence matcher) is primarily based on the Python difflib
19+
The logic behind the core of the diff engine (ie, the sequence matcher) is primarily based on the Python difflib
1920
package. The reason for doing so is primarily because of its high degree of accuracy.
2021

2122
## Install
@@ -58,23 +59,31 @@ echo $diff->Render($renderer);
5859
```
5960

6061
### Example Output
62+
6163
A quick usage example can be found in the `example/` directory and under example.php.
6264

6365
#### HTML Side By Side Example
66+
6467
![HTML Side By Side Example](htmlSideBySide.png "HTML Side By Side Example")
6568

6669
#### HTML Inline Example
70+
6771
![HTML Inline Example](htmlInline.png "HTML Inline Example")
72+
6873
#### HTML Unified Example
74+
6975
![HTML Unified Example](htmlUnified.png "HTML Unified Example")
7076

7177
#### Text Unified Example
78+
7279
![Text Unified Example](textUnified.png "Text Unified Example")
7380

7481
#### Text Context Example
82+
7583
![Text Context Example](textContext.png "Text Context Example")
7684

7785
#### Text Unified Console Example
86+
7887
![Text Unified Console Example](textUnifiedCli.png "Text Unified Console Example")
7988

8089
## Requirements
@@ -92,7 +101,7 @@ Have a look at [jQuery-Merge-for-php-diff](https://github.com/Xiphe/jQuery-Merge
92101

93102
* Ability to ignore blank line changes
94103
* 3 way diff support
95-
104+
96105
## Contributors
97106

98107
Contributors since I forked the repo.

0 commit comments

Comments
 (0)