Hamburger Menu

Note Styleguide

components typography design testing css

This styleguide demonstrates how all key Markdown/MDX features, Astro components, and prose styles render in a Note context. Use it to check typography, component appearance, and real-world content. For a full component reference, see the main styleguide.

URL Cards & Embeds

Play

Callout Examples

Headings

Level 2 Heading

Level 3 Heading

Level 4 Heading

Level 5 Heading

Text Styles & Lists

Here’s some bold text, italic text, inline code, and a link.

  • Unordered list item
  • Another item with bold
  • Italic item
  • Code item
  • Link item
  1. Ordered list item
  2. Another item with bold
  3. Italic item
  4. Code item
  5. Link item

This is a blockquote. It should have a nice left border and italic styling.

// Code block example
const foo = 'bar';
console.log(foo);

Test Image

Here’s a paragraph with bold text, italic text, code, and a link. We can also have:

  • Lists with bold text
  • Lists with italic text
  • Lists with code
  • Lists with links

And blockquotes with bold text, italic text, code, and links.

Table Example

NameRoleNotes
AliceDesignerLikes Figma
BobDeveloperTypescript fan
CarolWriterMarkdown wizard

Long-Form Content Example

The Art of Typography

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing (leading), and letter-spacing (tracking), and adjusting the space between pairs of letters (kerning).

The term typography is also applied to the style, arrangement, and appearance of the letters, numbers, and symbols created by the process. Type design is a closely related craft, sometimes considered part of typography; most typographers do not design typefaces, and some type designers do not consider themselves typographers.


Back to Main Styleguide