bim

Markdown Features in Vibe Site

Vibe Site uses CommonMark with useful extensions. Here's what's supported.

Basic Formatting

You can use bold, italic, strikethrough, and inline code.

Code Blocks

Fenced code blocks with syntax highlighting:

fn main() {
    println!("Hello from Vibe Site!");
}
def greet(name):
    return f"Hello, {name}!"

Tables

FeatureSupported
TablesYes
FootnotesYes
StrikethroughYes
Heading IDsYes

Footnotes

Here's a sentence with a footnote1.

1

This is the footnote content.

Blockquotes

Vibe Site puts content first. No configuration required.

Lists

Unordered:

Ordered:

  1. First
  2. Second
  3. Third

Links

Related: #markdown #formatting @documentation