diff --git a/episodes/readmes.md b/episodes/readmes.md index 68c5cf2..51b0fef 100644 --- a/episodes/readmes.md +++ b/episodes/readmes.md @@ -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