7.2. You can also use Runestone Components and write in Markdown!¶
Lets try an activecode directive!
Before you keep reading...
Runestone Academy can only continue if we get support from individuals like you. As a student you are well aware of the high cost of textbooks. Our mission is to provide great books to you for free, but we ask that you consider a $10 donation, more if you can or less if $10 is a burden.
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¶
- red
- Red it is.
- brown
- Not brown.
- blue
- Blue it is.
- gray
- Not gray.
Which colors might be found in a rainbow (check all)?
You have attempted 1 of 4 activities on this page