Skip to content

Commit 177ef59

Browse files
author
Petr Kajzar
committed
Fix unordered list to render properly
An unordered list without a leading blank line renders only as an inline text. Adding a new blank line is enough to make it render properly as an unordered list, as intended.
1 parent 8b361da commit 177ef59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/03-git-branching/sections/branch-management.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ But the remote still has a _master_ branch.
168168
Other collaborators will continue to use the _master_ branch as the base of their work, until you make some further changes.
169169

170170
Now you have a few more tasks in front of you to complete the transition:
171+
171172
* Any projects that depend on this one will need to update their code and/or configuration.
172173
* Update any test-runner configuration files.
173174
* Adjust build and release scripts.

0 commit comments

Comments
 (0)