Skip to content

Commit 9efb2df

Browse files
committed
add H3 headings
1 parent 26fe77c commit 9efb2df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/version-control/git-create-pull-request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,14 @@ The ability to add comments to a pull request is limited for some Git providers.
100100

101101
:::moniker range="visualstudio"
102102

103+
### View comments in diff view
104+
103105
You can view comments in the diff view as well as the file view. In the diff view, you can see comments alongside the original and updated code. This makes it easier to see exactly what was changed and why. You can also edit the working file directly in this view.
104106

105107
:::image type="content" source="./media/visualstudio/pr-comment-in-diff.png" alt-text="Screenshot a PR comment in the diff view." lightbox="./media/visualstudio/pr-comment-in-diff.png" :::
106108

109+
### Markdown formatting in comments
110+
107111
In file view or diff view, comments render using Markdown formatting.
108112

109113
:::image type="content" source="./media/visualstudio/pr-comment-markdown.png" alt-text="Screenshot a PR comment that shows Markdown formatting." :::

0 commit comments

Comments
 (0)