diff --git a/_episodes/04-divs.md b/_episodes/04-divs.md index 731a96c2c9efde2471264805addb1a88e8c67b5d..cc036b7b121050ca6994b5448c8d6a7d1f84a7ab 100644 --- a/_episodes/04-divs.md +++ b/_episodes/04-divs.md @@ -27,7 +27,34 @@ the challenge > ## Solution > > We can put the solution(s) in blockquotes inside the `div`. -> Or we could define yet another `div`. +> (Or we could define yet another `div` type.) +> +> ~~~ +> code in solution +> ~~~ +> {: .output} {: .solution} + +> ## Challenge Title as H2 +> +> For comparison, this is a challenge done the old way (as a blockquote). +> +> ~~~ +> this code +> is part of +> the challenge +> ~~~ +> {: .source} +> +> > ## Solution +> > +> > And here is the body of the solution. +> > +> > ~~~ +> > code in solution +> > ~~~ +> > {: .output} +> {: .solution} +{: .challenge}