Fixed shortcode-description

This commit is contained in:
waldo1001 2021-11-11 14:49:11 +01:00
parent 2720a98145
commit e5f409e5e0

View file

@ -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" >}}`
```
{{< 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" >}}