From 453637bdb9c122947818f532a3bffdc9df605a6d Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:33:13 -0500 Subject: [PATCH] FencDivs need blank line adding a blank line and before "at least three colons" because it tripped me, though is located elsewhere in the pandocs guide. --- episodes/episodes.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/episodes.Rmd b/episodes/episodes.Rmd index 1d54b5e6..4991a447 100644 --- a/episodes/episodes.Rmd +++ b/episodes/episodes.Rmd @@ -212,7 +212,7 @@ _'fenced-divs'_**][fenced-divs], which are colon-delimited sections similar to code fences that can instruct the markdown interpreter how the content should be styled. -For example, to create a `callout` block, we would use *at least three colons* +For example, to create a `callout` block, we would use *a blank line and at least three colons* followed by the `callout` tag (the tag designates an open fence), add our content after a new line, and then close the fence with *at least three colons* and no tag (which designates a closed fence):