Skip to content

Commit

Permalink
Use bash code blocks to fix ampersand rendering (#1661)
Browse files Browse the repository at this point in the history
If sh is used instead of bash "&&" is displayed as "&&".

Fix #1660 (hopefully).
  • Loading branch information
0mp authored and fhemberger committed May 22, 2018
1 parent 865438d commit e9d5828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions locale/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ The most recent release of Node.js is available via the [www/node](http://freshp

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

```sh
```bash
pkg install node
```

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

```sh
```bash
cd /usr/ports/www/node && make install
```

Expand Down
4 changes: 2 additions & 2 deletions locale/uk/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ The most recent release of Node.js is available via the [www/node](http://freshp

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

```sh
```bash
pkg install node
```

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

```sh
```bash
cd /usr/ports/www/node && make install
```

Expand Down

0 comments on commit e9d5828

Please sign in to comment.