18-dynamic-content

Last updated on 2025-09-16 | Edit this page

Estimated time: 12 minutes

Overview

Questions

  • How do you cite papers with myst?
  • What is the professional way to add figures to my webpage?
  • How do you do cross referencing on your webpage?

Objectives

  • Citing papers in markdown with myst
  • Using relative paths to link figures
  • Applying cross referencing on our webpage to have a nice and dynamic view

Introduction


Inline instructor notes can help inform instructors of timing challenges associated with the lessons. They appear in the “Instructor View”

Challenge

Challenge 1: Can you do it?

OUTPUT

Challenge

Challenge 2: how do you nest solutions within challenge blocks?

You can add a line with at least three colons and a solution tag.

Figures


You can use pandoc markdown for static figures with the following syntax:

![optional caption that appears below the figure](figure url){alt='alt text for accessibility purposes'}

Blue Carpentries hex person logo with no text.
You belong in The Carpentries!
Key Points