From 6fc3d47b6cf98c35c63364613bf023f4f882cdd7 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 31 May 2016 00:38:09 -0700 Subject: [PATCH] split figures into separate paragraphs --- curriculum/challenge-bot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index eda101b..2284e0e 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -43,8 +43,8 @@ :title [arduino placement] (p [the arduino should be placed as shown in this picture.] (figure :legend "arduino to deck / place arduino" - (image :file "arduino-to-deck/3-place-arduino.png")) - [here's a closeup] + (image :file "arduino-to-deck/3-place-arduino.png"))) + (p [here's a closeup] (figure :legend "arduino to deck / place arduino closeup" (image :file "arduino-to-deck/4-place-arduino-closeup.png")) -- 2.30.2