Commit 271d32c4 authored by Greg Wilson's avatar Greg Wilson
Browse files

Testing that included links work in RMarkdown

parent ddb81b8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ keypoints:
- "It shouldn't be difficult"
---
This episode demonstrates all the features that can be used when writing a
lesson in RMarkdown.
lesson in [RMarkdown][r-markdown].

This first chunk is really important, and should be included in all markdown lessons.

+3 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ keypoints:
- "It shouldn't be difficult"
---
This episode demonstrates all the features that can be used when writing a
lesson in RMarkdown.
lesson in [RMarkdown][r-markdown].

This first chunk is really important, and should be included in all markdown lessons.

@@ -61,3 +61,5 @@ it to include instructions and solutions.
> > ```
> {: .solution}
{: .challenge}

{% include links.md %}