Skip to content

Commit e51791f

Browse files
committed
Fix: Add missing backticks in codeblock
1 parent 96e638c commit e51791f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ language.
254254
On Linux distros based on Debian and Ubuntu, you may need to install
255255
the following packages to build PDFs:
256256

257-
``console
257+
```console
258258
sudo apt install latexmk
259259
sudo apt install texlive-latex-extra
260-
``
260+
```
261261
To reduce the large (300 MB+) install size of the second package, you
262262
may be able to use the `--no-install-recommends` flag.
263263

0 commit comments

Comments
 (0)