Skip to content

Commit 236794f

Browse files
committed
Merge branch 'ja/tutorial-asciidoctor-fix'
A literal block in the tutorial had lines with unequal lengths to delimit it from the rest of the document, which choke GitHub's AsciiDoc renderer. * ja/tutorial-asciidoctor-fix: doc: fix unmatched code fences
2 parents 7928eae + 975e382 commit 236794f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ index 557db03..263414f 100644
259259
@@ -1 +1,2 @@
260260
Hello World
261261
+It's a new day for git
262-
----
262+
------------
263263

264264
i.e. the diff of the change we caused by adding another line to `hello`.
265265

0 commit comments

Comments
 (0)