Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Typography

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4
Heading Level 5

Paragraphs

This is a regular paragraph. It contains normal text flow and demonstrates the default paragraph styling used throughout the theme. Multiple sentences form a cohesive block of content.

This is a second paragraph, separated from the first by a blank line. Paragraph spacing and line height contribute to overall readability and visual hierarchy.

Text Formatting

Bold and Italic

Underline and Strikethrough

Inline Code

Use inline code for variable names, file paths like /path/to/file, or short code snippets.

Keyboard Input

Press Ctrl+C to copy, Ctrl+V to paste, or Ctrl+Alt+Delete for system options.

Subscript and Superscript

Abbreviations

HTML is used for web structure.

CSS styles web pages.

JS adds interactivity.

Small Caps

The

HTML

specification defines web standards.

Visit MyST Markdown for documentation.

Check out Jupyter for notebooks.

Link to another section on this page.

This is a reference link and another reference link.

https://mystmd.org

user@example.com

Buttons

Basic Button

Click Me!

{button-link} https://mystmd.org :color: primary

Visit MyST {button-link}

Math

Inline Math

The equation E=mc2E = mc^2 represents mass-energy equivalence.

The quadratic formula is x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Inline math like α+β=γ\alpha + \beta = \gamma flows with text.

Display Math

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
ddx(0xf(u)du)=f(x)\frac{d}{dx} \left( \int_{0}^{x} f(u) du \right) = f(x)

Special Characters

Footnotes

Here is a statement with a footnote[1].

Another statement with another footnote[2].

Horizontal Rule

Content above the horizontal rule.


Content below the horizontal rule.

Mixed Inline Elements

This paragraph demonstrates bold, italic, bold italic, code, links, math x2x^2, Ctrl+S, H

2

O, x

2

, and API all in one place.

Long Words and Wrapping

This is a test of how the theme handles supercalifragilisticexpialidocious words and URLs like https://example.com/very/long/path/to/some/resource/that/might/cause/wrapping/issues in flowing text.

Code and Pre

Inline Code Variants

Single backtick code: variable_name

Code with special chars: <div class="example">

Code with path: /usr/local/bin/command

Text Alignment

Default paragraph with standard left alignment and natural text flow.

Emphasis Combinations

Numbers and Units

Monospace

monospace text vs normal text

/path/to/file.txt for file paths

function_name() for code references

Line Breaks

Line one Line two (with manual break)

Line three

Regular paragraph continues here.

Nested Formatting

This paragraph has bold text with italic inside it and italic with bold inside it.

Combined Elements in One Line

Project: MyST Markdown | Version: 1.0.0 | License: MIT | Stars: 1.2k ⭐

Unicode Support

Greek: α β γ δ ε ζ η θ

Math: ∑ ∏ ∫ √ ∞ ∂

Arrows: ⇒ ⇐ ⇔ ⇑ ⇓

Symbols: ♠ ♣ ♥ ♦ ★ ☆

Emoji: 🎉 🚀 📚 💡 ✨

Quote Marks and Apostrophes

“Double quotes” and ‘single quotes’

Apostrophe’s in contractions

Nested “quotes ‘within’ quotes”

Footnotes
  1. This is the first footnote with additional context.

  2. This is a named footnote with more detail and explanation.