Unverified Commit 5eee7f19 authored by Zhian N. Kamvar's avatar Zhian N. Kamvar Committed by GitHub
Browse files

Merge pull request #336 from carpentries/tobyhodges-patch-1

split long line text across multiple lines
parents f4f54195 2413f393
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ information.
## Structure of a RMarkdown file in the `_episodes_rmd` folder

Our template requires that the YAML header of your RMarkdown file includes the
`source: Rmd` in addition of the other entries that are expected. For instance, the YAML header for this episode is:
`source: Rmd` in addition of the other entries that are expected. For instance, the YAML header for 
this episode is:

```{yaml}
---