Skip to main content

Interactivity

Highlights

A key feature of Docusaurus is the support for .mdx files to make possible custom text highlights and React components. For improved highlighting in notes, simply use the import for BlueHighlight and GreenHighlight and use them in markdown. The convention for the notebook is to have BlueHighlight for key terms and GreenHighlight to call attention to details or parts of sentences that are important to understanding.

Here is a key term and here is something that helps with understanding the concept.

Quizzes

With MDX you can generate a single reusable <Quiz> component that handles multiple questions in a compact and interactive way. You can then prompt the LLM:

Generate 5 multiple-choice questions at the end of the following notes using the Quiz component.

Dynamic Programming Notes

Dynamic programming solves problems by breaking them into overlapping subproblems...

Question 1 of 2
What is dynamic programming?