File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ composer require jblond/php-diff
27
27
28
28
## Example Use
29
29
30
+ <details ><summary >Example Code</summary ><br >
31
+
30
32
``` PHP
31
33
<?php
32
34
use jblond\Diff;
@@ -58,9 +60,12 @@ $renderer = new SideBySide([
58
60
echo $diff->Render($renderer);
59
61
```
60
62
63
+ </details >
64
+
61
65
### Example Output
66
+ A quick usage example can be found in the ` example/ ` directory and under example.php. Included is a light theme and a dark theme.
62
67
63
- A quick usage example can be found in the ` example/ ` directory and under example.php.
68
+ < details >< summary >Example Pictures</ summary >< br >
64
69
65
70
#### HTML Side By Side Example
66
71
@@ -85,7 +90,9 @@ A quick usage example can be found in the `example/` directory and under example
85
90
#### Text Unified Console Example
86
91
87
92
![ Text Unified Console Example] ( textUnifiedCli.png " Text Unified Console Example ")
93
+ #### Text Unified Console Example
88
94
95
+ ![ Text Unified Console Example] ( textUnifiedCli.png " Text Unified Console Example ")
89
96
## Requirements
90
97
91
98
* PHP 7.2 or greater
You can’t perform that action at this time.
0 commit comments