Skip to content

Commit

Permalink
Add code block fences
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Heffer-Shef committed Oct 3, 2024
1 parent 868d6a0 commit 35dd3df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions episodes/readmes.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,16 @@ genus = "Struthio"
```
````

If you include the name of a programming language then the syntax will be highlighted appropriately, for example:

````markdown
```R
genus = "Struthio"
```
````

This makes your code examples easier to read.

::: callout

## Markdown
Expand Down

0 comments on commit 35dd3df

Please sign in to comment.