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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/shortcodes/lead.md')
-rw-r--r--exampleSite/content/shortcodes/lead.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/exampleSite/content/shortcodes/lead.md b/exampleSite/content/shortcodes/lead.md
new file mode 100644
index 0000000..dea42e6
--- /dev/null
+++ b/exampleSite/content/shortcodes/lead.md
@@ -0,0 +1,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 >}}