7.2. You can also use Runestone Components and write in Markdown!

Lets try an activecode directive!

Writing directives in Markdown is a little different The above example was written as:

```{activecode} mdactive

print("Hello World")
```

Whereas in RST you would write:

.. activecode:: mdactive

    print("hello world")

Lets Try a Parsons

7.2.1. Parsons Problems

Add some text here

7.2.2. Multiple Choice

You have attempted of activities on this page