Skip to content

Use bash code blocks to fix ampersand rendering #1661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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