Merge pull request #20 from microsoft/waldo/prettifications
Fixed shortcode description
This commit is contained in:
commit
12fe4a3e1b
1 changed files with 15 additions and 6 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
+++
|
+++
|
||||||
chapter = true
|
chapter = true
|
||||||
pre = "<b><i class='fas fa-clone'></i> </b>"
|
pre = "<b><i class='fas fa-clone'></i> </b>"
|
||||||
title = "Tips and tricks in terms of working with MarkDown and Hugo"
|
title = "Formatting tips"
|
||||||
linktitle = "Formatting tips"
|
|
||||||
weight = 100
|
weight = 100
|
||||||
+++
|
+++
|
||||||
|
|
||||||
#
|
# Tips and tricks in terms of working with MarkDown and Hugo
|
||||||
|
|
||||||
## Markdown Cheat Sheet
|
## Markdown Cheat Sheet
|
||||||
Here you can find a rather interesting Cheat Sheet regarding markdown: [https://www.markdownguide.org/cheat-sheet](https://www.markdownguide.org/cheat-sheet)
|
Here you can find a rather interesting Cheat Sheet regarding markdown: [https://www.markdownguide.org/cheat-sheet](https://www.markdownguide.org/cheat-sheet)
|
||||||
|
|
@ -46,12 +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" >}}`
|
||||||
|
````
|
||||||
|
makes:
|
||||||
`{{< tweet user="waldo1001" id="1458787011024805892" >}}`
|
`{{< tweet user="waldo1001" id="1458787011024805892" >}}`
|
||||||
|
|
||||||
### YouTube
|
### YouTube
|
||||||
|
````
|
||||||
|
`{{< youtube QVOMCYitLEc >}}`
|
||||||
|
````
|
||||||
|
makes:
|
||||||
`{{< youtube QVOMCYitLEc >}}`
|
`{{< youtube QVOMCYitLEc >}}`
|
||||||
|
|
||||||
### Figure
|
### Figure
|
||||||
|
````
|
||||||
`{{< figure src="/media/spf13.jpg" title="Steve Francia" >}}`
|
`{{< 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" >}}`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue