|
---
|
|
description: components and formatting examples used in Docker's docs
|
|
title: Buttons
|
|
toc_max: 3
|
|
---
|
|
|
|
### Examples
|
|
|
|
{{< button url="https://example.com/" text="hello" >}}
|
|
|
|
### Markup
|
|
|
|
```go
|
|
{{</* button url="https://example.com/" text="hello" */>}}
|
|
```
|