Bootstrap Lead Shortcode

Make a paragraph stand out by the bs/lead shortcode.

Usage

1{{% bs/lead %}}
2PARAGRAPH
3{{% /bs/lead %}}

Parameters

class

PositionNameTypeDefaultRequired
#0classstring--

Used to add extra CSS classes.

Examples

This is a regular paragraph for comparison with lead paragraphs.

1{{% bs/lead %}}
2This is a lead paragraph. It stands out from regular paragraphs.
3{{% /bs/lead %}}

This is a lead paragraph. It stands out from regular paragraphs.

1{{% bootstrap/lead %}}
2This is another lead paragraph. It stands out from regular paragraphs.
3{{% /bootstrap/lead %}}

This is another lead paragraph. It stands out from regular paragraphs.

1{{% bs/lead class="text-primary" %}}
2This is another lead paragraph with extra classes.
3{{% /bs/lead %}}

This is another lead paragraph with extra classes.