@@ -33,14 +33,14 @@ the commands listed on [Code review command reference](/reference/review-command
3333To pause automated reviews of a pull request, post the following comment to the
3434pull request:
3535
36- ```
36+ ``` text
3737@coderabbitai pause
3838```
3939
4040To resume automated reviews after pausing them, post the following comment to the
4141pull request:
4242
43- ```
43+ ``` text
4444@coderabbitai resume
4545```
4646
@@ -49,7 +49,7 @@ pull request:
4949To disable automatic code reviews for a pull request, add the following line
5050anywhere in the pull request description:
5151
52- ```
52+ ``` text
5353@coderabbitai ignore
5454```
5555
@@ -76,14 +76,14 @@ two types:
7676To manually request a full review, post the following comment to the
7777pull request:
7878
79- ```
79+ ``` text
8080@coderabbitai full review
8181```
8282
8383To manually request an incremental review, post the following comment to the
8484pull request:
8585
86- ```
86+ ``` text
8787@coderabbitai review
8888```
8989
@@ -92,7 +92,7 @@ pull request:
9292To have CodeRabbit mark all of its previous comments as resolved, post the following comment to the
9393pull request:
9494
95- ```
95+ ``` text
9696@coderabbitai resolve
9797```
9898
@@ -102,7 +102,7 @@ To have CodeRabbit add or update a generated summary of the branch’s proposed
102102to the pull request’s description, post the following comment:
103103pull request:
104104
105- ```
105+ ``` text
106106@coderabbitai summary
107107```
108108
@@ -121,7 +121,7 @@ To have CodeRabbit post a comment listing out its current configuration
121121with your repository, post the following comment to the
122122pull request:
123123
124- ```
124+ ``` text
125125@coderabbitai configuration
126126```
127127
@@ -131,7 +131,7 @@ To have CodeRabbit post a comment to the pull request with a quick-reference
131131guide to its own commands and other features, post the following comment to the
132132pull request:
133133
134- ```
134+ ``` text
135135@coderabbitai help
136136```
137137