Interactive Lesson

Showcase

Welcome to mr-md version 3! This page is a kitchen sink of all the features and modules available in the framework.

Rich Prose and Typography

Standard Markdown is fully supported, including bold, italics, and inline code like const x = 42;.

Lists

  1. Ordered item
  2. Another ordered item
    • Nested unordered
    • Nested unordered

Tables

Syntax Description
Header Title
Paragraph Text

Callouts

Version 3 uses native GitHub-flavored blockquotes for callouts:

Note

This is a standard note callout.

Tip

Pro tip: You can use these to highlight shortcuts!

Warning

Be careful, this is a warning callout.

Important

Critical alerts use the important format.

Math

KaTeX is built-in. Inline math looks like this: E=mc2E = mc^2. Block math looks like this:

LaTeX
f(x)=f^(ξ)e2πiξxdξ f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi

Media

Embed images natively using Markdown syntax:

image
Nature
Nature

Embed audio or video files directly by using their extensions:

video
Demo Video

Embed YouTube videos instantly:

YouTube
Mr Markdown Tutorial

Quizzes

Inject multiple-choice quizzes using a modular markdown file:

Check your understanding Test your knowledge
Question 1

How do you mount an interactive sandboxed JavaScript simulation in Mr Markdown v3?

Question 2

How do you add a red callout box for critical information?

Simulations

Embed interactive JavaScript sandboxes natively:

Interactive Lab
Click to interact
QCD Simulation

Columns Layout

You can structure your content in responsive columns:

Columns Compare

Left Side: This text is rendered in the left column.

Right Side: And this text goes on the right.