Shortcode to make a paragraph stand out.
Become a backer or sponsor to support our work.
1{{% bs/lead %}}
2PARAGRAPH
3{{% /bs/lead %}}
class
Position | Name | Type | Required | Default | Since | Example |
---|---|---|---|---|---|---|
#0 | class | string | - | - | - | - |
Extra CSS classes.
1This is a regular paragraph for comparison with lead paragraphs.
2
3{{% bs/lead %}}
4This is a lead paragraph. It stands out from regular paragraphs.
5{{% /bs/lead %}}
6
7{{% bootstrap/lead %}}
8This is another lead paragraph. It stands out from regular paragraphs.
9{{% /bootstrap/lead %}}
10
11{{% bs/lead class="text-primary" %}}
12This is another lead paragraph with extra classes.
13{{% /bs/lead %}}
This is a lead paragraph. It stands out from regular paragraphs.
This is another lead paragraph. It stands out from regular paragraphs.
This is another lead paragraph with extra classes.