diff --git a/src/pages/about/examples/example.astro b/src/pages/about/examples/example.astro index 03e964e2..7d9050b4 100644 --- a/src/pages/about/examples/example.astro +++ b/src/pages/about/examples/example.astro @@ -55,6 +55,12 @@ import InlineCanvas from "../../../components/InlineCanvas.astro"; The goal of these pages is to be referenced and the page is to be written assuming students have already seen the materal and are not learning the material for the first time. AKA don't write a textbook.

+ + + Because of where this page is in github, the insert components section at the top of the code is a little different. After copy/pasting this page into your course, remove one '../' from each component line at the top. + All insert components statements in the text here and in the style guide have the correct path structure and do not need to be changed. + +

Good luck!

@@ -103,8 +109,9 @@ import InlineCanvas from "../../../components/InlineCanvas.astro"; +

- You can also add images with or without a caption. More info on formatting images is in the Style guide & documentation. + You can also add images with or without a caption. More info on formatting images is in the Style guide & documentation.

Add caption here if you want one