Skip to content

Commit 200e839

Browse files
mloskotshiranrTessFerrandez
authored andcommitted
fix: List rendering broken due missing blank lines (microsoft#1018)
MkDocs expects documents conform to - MD032 - Lists should be surrounded by blank lines in markdownlint speak. Co-authored-by: Shiran Rubin <shiranrubin@microsoft.com> Co-authored-by: Tess Ferrandez <tferrand@microsoft.com>
1 parent ef53433 commit 200e839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source-control/git-guidance/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ git config --global core.editor "code --wait"
252252
### Commit Message Structure
253253

254254
The essential parts of a commit message are:
255+
255256
* subject line: a short description of the commit, maximum 50 characters long
256257
* body (optional): a longer description of the commit, wrapped at 72 characters, separated from the subject line by a blank line
257258

0 commit comments

Comments
 (0)