From e5f409e5e0d032b35017b611a55bee08ec28a665 Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Thu, 11 Nov 2021 14:49:11 +0100 Subject: [PATCH] Fixed shortcode-description --- content/Contributing/FormattingTips/index.md | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/Contributing/FormattingTips/index.md b/content/Contributing/FormattingTips/index.md index 16befb7e..4f2386bc 100644 --- a/content/Contributing/FormattingTips/index.md +++ b/content/Contributing/FormattingTips/index.md @@ -45,22 +45,22 @@ It basically means we are able to use easy notations to do cool things. Let's p ### Twitter -```` -`{{< tweet user="waldo1001" id="1458787011024805892" >}}` -```` +``` +{{< tweet user="waldo1001" id="1458787011024805892" >}} +``` makes: -`{{< tweet user="waldo1001" id="1458787011024805892" >}}` +{{< tweet user="waldo1001" id="1458787011024805892" >}} ### YouTube -```` -`{{< youtube QVOMCYitLEc >}}` -```` +``` +{{< youtube QVOMCYitLEc >}} +``` makes: -`{{< youtube QVOMCYitLEc >}}` +{{< youtube QVOMCYitLEc >}} ### Figure -```` -`{{< figure src="http://www.waldo.be/wp-content/uploads/2021/11/business-central-logo.png" title="Business Central" >}}` -```` -makes -`{{< figure src="http://www.waldo.be/wp-content/uploads/2021/11/business-central-logo.png" title="Business Central" >}}` \ No newline at end of file +``` +{{< figure src="http://www.waldo.be/wp-content/uploads/2021/11/business-central-logo.png" title="Business Central" >}} +``` +makes: +{{< figure src="http://www.waldo.be/wp-content/uploads/2021/11/business-central-logo.png" title="Business Central" >}} \ No newline at end of file