Features

Core · Components

Core

Everything in this section is part of the core CSS bundle — typography, layout, and dark mode, always loaded and under 1KB gzipped (_sass/mold.scss).

Headings

H1

H2

H3

H4

H5
H6

Paragraphs

Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt.

Maecenas interdum malesuada egestas.

Lists

Ordered list

  1. First item
  2. Second item
  3. Third item

Unordered list

Task list

Description list

Sun
Daytime example
Moon
Nighttime example

Block quote

Example block quote.

Source

Horizontal rule


Text after a horizontal rule.

Images

Regular image: Day Landscape

Dark-mode inverted image: Night Landscape

Tables

Name Role Focus
Maria Anders Lead Navigator Cartography
Helen Bennett Tech Specialist Communication
Giovanni Rovelli Research Lead Analysis

https://yree.io

Footnotes

Footnote example1, plus another one2.

Code

Inline code

This is inline code.

Plain text

Plain text example.

Bash

if [ $? -ne 0 ]; then
  echo "Command failed.";
  #adapt and overcome
fi;

Keyboard input

Press Ctrl + C to copy, and Ctrl + V to paste.

Math

Powered by MathJax:

\[\begin{equation} \sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6} \end{equation}\]

Mermaid

graph TD; A[Markdown]-->B[Core]; A-->C[Components];

Components

These elements are part of the components bundle — loaded when css: full (default), keeping the full stylesheet under 2KB gzipped (_sass/mold-components.scss). Set css: core to exclude them entirely.

Buttons

Forms

Input types

Inputs

Selects

Checkboxes
Radio buttons
Textarea

Other inputs

Grid layout

Details

More information

Hidden content appears here.

Dialog

Short dialog.

Dialog Title

This dialog contains a much longer paragraph of text to demonstrate that the maximum width is capped at 60 characters, after which content wraps to the next line rather than expanding the dialog further.


Additional content below the rule.

One more paragraph to close things out.

Meters and progress

Cards

Static card

This card is not clickable.

Linked card

This card is clickable.

  1. First footnote. 

  2. Second footnote.