Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lead.md « shortcodes « content « exampleSite - github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dea42e6392bb7aa4c39c0748f779264592569d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
+++
title = "Lead"
description = ""
weight = 7
+++

The lead shortcode creates a paragraph with the *lead* class to make it stand out. Great for introductions or summaries.

{{< lead >}}
I'm a lead paragraph. That means I'm more important. And you can see that.
{{< /lead >}}

## Usage
Simply place the following shortcode on the page
{{< code lang="html" >}}
{{</* lead */>}} [content] {{</* /lead */>}}
{{< /code >}}