Features Showcase

Explore Klarity's supported features with live examples.


Link to other docs using Obsidian-style syntax:

See [[main.md]] for the introduction.

Result: See main.md for the introduction.


URLs and emails are automatically linked:

Visit https://klarity.example.com or email hello@example.com

Result: Visit https://klarity.example.com or email hello@example.com


Syntax Highlighting

Code blocks are highlighted:

The use the ``` syntax and both inline codeblocks and blocks are supported:

// hello.go
package main

import "fmt"

func main() {
    fmt.Println("Hello, Klarity!")
}

GFM (GitHub Flavored Markdown)

- [x] Task lists
- [ ] Unchecked item

| Name   | Value |
|--------|-------|
| Klarity| 🚀    |

~~Strikethrough~~
Name Value
Klarity 🚀

Strikethrough


LaTeX Math

Inline math: $E=mc^2$

Block math:

$$
\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}
$$

Inline math: \(E=mc^2\)

Block math:

\[\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2} \]


Raw HTML

You can embed HTML directly:

<div style="color: teal;">Custom HTML block!</div>
Custom HTML block!

Callouts

> [!NOTE]
> This is a note callout.

> [!WARNING]
> This is a warning callout.

> [!TIP]
> Tips can be shown like this!

> [!CAUTION]
> This callout advises caution!

> [!IMPORTANT]
> This carries imprtant info.
NOTE

This is a note callout.

WARNING

This is a warning callout.

TIP

Tips can be shown like this!

CAUTION

This callout advises caution!

IMPORTANT

This carries imprtant info.