Navigation
Navbar
[[ ... ]] creates an inline container. Separate sections with |. The first item becomes the brand/logo.
[[ Logo | [Home](./index.md) | Products | Pricing | Login | [Sign Up]* ]]Active state
Wrap an item in *asterisks* to mark it as the active/current page:
[[ Logo | Home | *Products* | About | Contact ]]With icon and buttons
Use :icon: for the brand logo and embed [Button] items for actions:
[[ :logo: Brand | Home | Features | Pricing | [Sign In] | [Get Started]* ]]Breadcrumbs
Use [[ ... ]] with > separators for breadcrumb trails.
TODO: crumb items render as
<ahref="#">— real URLs not supported yet; see[Text](url)syntax proposal in renderer
[[ Home > Settings > Profile ]]Sidebar Nav
::: sidebar creates a vertical nav panel, typically used inside ::: layout {.sidebar-main}.
::: sidebar
**App**
#### Main
[Dashboard]*
[Projects]
[Tasks]
[Calendar]
#### Account
[Settings]
[Billing]
---
[Logout]
:::Pagination
[← Prev] [1]* [2] [3] [4] [Next →]Syntax
[[ Brand | Link | Link | [Action]* ]] navbar
[[ Home > Section > Page ]] breadcrumb
::: sidebar sidebar nav
[Link]*
[Link]
:::1
2
3
4
5
6
7
8
2
3
4
5
6
7
8