Typography & Content Blocks

2 min read

Headings

md iconarticle.md
html iconHeading Tags
# H1
## H2
### H3
#### H4
##### H5
###### H6

Paragraphs

This CMS allows you to manage content efficiently, with a clean UI and support for markdown-based workflows.

A well-architected CMS, especially one geared for technical, academic, or creative use cases like you're building, should include a thoughtfully designed component system that abstracts content semantics, enhances UX, and offers consistent theming.


Blockquote

❝Simplicity is the soul of efficiency.❞

— Austin Freeman


CodeBlock

js iconapp.js
function greet(name) {
    return `Hello, ${name}`;
}

InlineCode

An inline code within a paragraph.


List

Content Types

  • Blog Posts
  • Projects
  • Notes
    • Add image support
    • Enable MDX parsing

Pages

  1. Blog
  2. Projects
  3. Notes

Table

FeatureSupportedNotes
MarkdownFully supported
Syntax HighlightWith theme customization
Media Embeds🚧In development

Divider