Merge pull request #21 from microsoft/waldo/prettifications
Fixed shortcode-description
This commit is contained in:
commit
c19c60ae49
1 changed files with 13 additions and 13 deletions
|
|
@ -45,22 +45,22 @@ It basically means we are able to use easy notations to do cool things. Let's p
|
||||||
|
|
||||||
### Twitter
|
### Twitter
|
||||||
|
|
||||||
````
|
```
|
||||||
`{{< tweet user="waldo1001" id="1458787011024805892" >}}`
|
{{< tweet user="waldo1001" id="1458787011024805892" >}}
|
||||||
````
|
```
|
||||||
makes:
|
makes:
|
||||||
`{{< tweet user="waldo1001" id="1458787011024805892" >}}`
|
{{< tweet user="waldo1001" id="1458787011024805892" >}}
|
||||||
|
|
||||||
### YouTube
|
### YouTube
|
||||||
````
|
```
|
||||||
`{{< youtube QVOMCYitLEc >}}`
|
{{< youtube QVOMCYitLEc >}}
|
||||||
````
|
```
|
||||||
makes:
|
makes:
|
||||||
`{{< youtube QVOMCYitLEc >}}`
|
{{< youtube QVOMCYitLEc >}}
|
||||||
|
|
||||||
### Figure
|
### Figure
|
||||||
````
|
```
|
||||||
`{{< 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
|
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" >}}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue