← Back to Documentation

Roe-anji

Simple Markdown extensions that are easy to learn and use. They all use the same fenced-block syntax as a Markdown code block, and let you add rich content to your site beyond standard Markdown.

This page is a quick tour — one example apiece. Each extension has its own reference doc with the full list of options.

Cards

Styled blocks — pullquotes, asides, and post/product links — embedded in your Markdown.

```card
type: pullquote
text: There's only one way to find out…
```

Full reference → Cards

Collections

Lists of your content — posts, pages, products, or docs — from a “Featured Posts” strip to a whole blog index.

```collection
source: posts
limit: 10
template: list
heading: Latest Posts
```

Full reference → Collections

Galleries

Group images into a responsive grid — automatically when images sit next to each other, or explicitly with a gallery block.

```gallery
![alt1](/media/images/photo1.jpg)
![alt2](/media/images/photo2.jpg)
```

Full reference → Galleries

Forms & Buttons

Interactive elements: membership and payment forms, store buttons, and share/subscribe actions — all selected with for:.

```form
for: signup
button-text: Sign Up
```

Full reference → Forms & Buttons

Products

Show your store products as a grid with a collectionsource: products. Grouping, image ratio, and price display are collection options.

```collection
source: products
template: grid
```

Full reference → Collections → Products · Store

Built-in site search — a global search in the header plus an optional per-collection search icon. It works out of the box; there’s no block to add.

Full reference → Search