CTA
A focused call-to-action block. Headings become the headline, paragraphs become the subtitle, and list items with links become action buttons. Code fences become copyable command blocks. Use CTA for action prompts that can appear anywhere on a page — for full-width intro sections, use Hero instead.
Basic usage
A headline with a description and action buttons.
{% cta %}
# Get Started with refrakt.md
Build structured content sites with semantic Markdown.
- [Quick Start](/docs/getting-started)
- [View on GitHub](https://github.com)
{% /cta %}
Get Started with refrakt.md
Build structured content sites with semantic Markdown.
With command block
Code fences inside a CTA become copyable command blocks.
{% cta %}
# Install refrakt.md
Get up and running in seconds.
```shell
npm install @refrakt-md/runes
```
{% /cta %}
Install refrakt.md
Get up and running in seconds.
npm install @refrakt-md/runes