From c70bef77a5c5c42dd485e9592bbcfd5f128e7462 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 24 May 2019 14:07:44 +0200 Subject: Update README.md with shortcodes and badges --- exampleSite/content/docs/shortcodes.md | 6 +++--- exampleSite/content/menu/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'exampleSite/content') diff --git a/exampleSite/content/docs/shortcodes.md b/exampleSite/content/docs/shortcodes.md index 9889fc6..f29ce6b 100644 --- a/exampleSite/content/docs/shortcodes.md +++ b/exampleSite/content/docs/shortcodes.md @@ -14,7 +14,7 @@ Lorem markdownum insigne... Lorem markdownum insigne... {{< /expand >}} -## Custom label +## With Custom Label ```tpl {{}} @@ -78,7 +78,7 @@ Miseratus fonte Ditis conubia. {{< /tab >}} {{< /tabs >}} -# Multi-Column shortcode +# Columns ```html {{}} @@ -120,7 +120,7 @@ Miseratus fonte Ditis conubia. {{< /columns >}} -# Mermaid Chart Shortcode +# Mermaid Chart {{< columns >}} ```tpl diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md index 3b535a9..1087242 100644 --- a/exampleSite/content/menu/index.md +++ b/exampleSite/content/menu/index.md @@ -4,7 +4,7 @@ headless: true - [**Introduction**]({{< relref "/" >}}) - [Examples]({{< relref "/docs/examples.md" >}}) - - [With Table of contents]({{< relref "/docs/with-toc.md" >}}) + - [With Table of Contents]({{< relref "/docs/with-toc.md" >}}) - [Without Table of Contents]({{< relref "/docs/without-toc.md" >}}) - [Shortcodes]({{< relref "/docs/shortcodes.md" >}}) - **More Examples** -- cgit v1.2.3