Skip to content

Commit e9d5828

Browse files
0mpfhemberger
authored andcommitted
Use bash code blocks to fix ampersand rendering (#1661)
If sh is used instead of bash "&&" is displayed as "&&". Fix #1660 (hopefully).
1 parent 865438d commit e9d5828

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

locale/en/download/package-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@ The most recent release of Node.js is available via the [www/node](http://freshp
236236

237237
Install a binary package via [pkg](https://www.freebsd.org/cgi/man.cgi?pkg):
238238

239-
```sh
239+
```bash
240240
pkg install node
241241
```
242242

243243
Or compile it on your own using [ports](https://www.freebsd.org/cgi/man.cgi?ports):
244244

245-
```sh
245+
```bash
246246
cd /usr/ports/www/node && make install
247247
```
248248

locale/uk/download/package-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ The most recent release of Node.js is available via the [www/node](http://freshp
222222

223223
Install a binary package via [pkg](https://www.freebsd.org/cgi/man.cgi?pkg):
224224

225-
```sh
225+
```bash
226226
pkg install node
227227
```
228228

229229
Or compile it on your own using [ports](https://www.freebsd.org/cgi/man.cgi?ports):
230230

231-
```sh
231+
```bash
232232
cd /usr/ports/www/node && make install
233233
```
234234

0 commit comments

Comments
 (0)