From ca98f81fef99395176782d76d10257391804e04c Mon Sep 17 00:00:00 2001 From: Philip Dolbel Date: Mon, 21 Nov 2022 13:37:16 +1300 Subject: [PATCH 1/2] Add supported panel types, and update example --- docs/author/writing_guide.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/author/writing_guide.rst b/docs/author/writing_guide.rst index 2ff06aafd..2077998a7 100644 --- a/docs/author/writing_guide.rst +++ b/docs/author/writing_guide.rst @@ -25,8 +25,9 @@ For example, the following text: {iframe link="http://scratch.mit.edu/projects/embed/148423714/?autostart=false"} - {panel type="note" title="Tips"} - + {panel type="note} + # Tips + - Make sure all your blocks are “snapped” together in a line like a jigsaw puzzle. @@ -405,6 +406,21 @@ Panel (Verto feature) `Click here to read the documentation on how to create a panel`_. +Supported panel types +--------------------- + +These are the panel types that have built in styling for CS Unplugged. +Have a play around with them to see how they look! + + +- ct-algorithm +- ct-abstraction +- ct-decomposition +- ct-pattern +- ct-logic +- ct-evaluation +- video + ------------------------------------------------------------------------------ Scratch (Verto feature) From 1afb183d2bae123735346898a9e28fd894a3659a Mon Sep 17 00:00:00 2001 From: Philip Dolbel Date: Thu, 8 Dec 2022 11:46:20 +1300 Subject: [PATCH 2/2] note about default styling --- docs/author/writing_guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/author/writing_guide.rst b/docs/author/writing_guide.rst index 2077998a7..9fa80a947 100644 --- a/docs/author/writing_guide.rst +++ b/docs/author/writing_guide.rst @@ -410,6 +410,7 @@ Supported panel types --------------------- These are the panel types that have built in styling for CS Unplugged. +Other panel types are supported, but will not have any special styling. Have a play around with them to see how they look!