Skip to content

Commit 99b9cef

Browse files
committed
Update quarto-eth-phd-thesis.qmd
1 parent b03c7fc commit 99b9cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quarto-eth-phd-thesis.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Ensure the following are installed:
4343

4444
Directly using Quarto from the the terminal:
4545

46-
``` bash
46+
```{bash}
4747
quarto use template blenback/quarto-eth-phd-thesis
4848
```
4949

@@ -53,7 +53,7 @@ Once you do that you can render from within the directory.
5353

5454
Or by cloning the repository
5555

56-
``` bash
56+
```{bash}
5757
git clone https://github.com/YOUR_USERNAME/quarto-eth-phd-thesis.git
5858
cd quarto-eth-phd-thesis
5959
```
@@ -66,7 +66,7 @@ Open the `quarto-eth-phd-thesis.Rproj` file in RStudio to access the full projec
6666

6767
From the RStudio console or terminal:
6868

69-
``` bash
69+
```{bash}
7070
quarto render
7171
```
7272

0 commit comments

Comments
 (0)