Skip to content

Commit 6ec0dd7

Browse files
committed
docs: add description links for Unified/Context diff formats
Signed-off-by: Jack Cherng <[email protected]>
1 parent 34edca1 commit 6ec0dd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ This renderer is suitable for articles and always has no line number information
205205

206206
### Renderer: Unified
207207

208+
About the `Unified` diff format: https://en.wikipedia.org/wiki/Diff#Unified_format
209+
208210
```diff
209211
@@ -1,3 +1,4 @@
210212
-<p>Hello World!</p>
@@ -225,6 +227,8 @@ This renderer is suitable for articles and always has no line number information
225227

226228
### Renderer: Context
227229

230+
About the `Context` diff format: https://en.wikipedia.org/wiki/Diff#Context_format
231+
228232
<details><summary>Click to expand</summary>
229233

230234
```diff

0 commit comments

Comments
 (0)