Corrected code fencing
This commit is contained in:
parent
c80095ea95
commit
7da313b7c6
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ Here you can find a rather interesting Cheat Sheet regarding markdown: [https://
|
|||
|
||||
The syntax to use codefences is with backticks. If you provide the language after the first block of backticks, github will automatically put that in decent syntax highlighting. So, A simple code fence with AL code, can simply be done by:
|
||||
````
|
||||
```al
|
||||
```AL
|
||||
procedure ALGuidelinesRock()
|
||||
var
|
||||
Customer: Record Customer;
|
||||
|
|
@ -27,7 +27,7 @@ The syntax to use codefences is with backticks. If you provide the language aft
|
|||
````
|
||||
|
||||
Results in:
|
||||
```al
|
||||
```AL
|
||||
procedure ALGuidelinesRock()
|
||||
var
|
||||
Customer: Record Customer;
|
||||
|
|
@ -63,4 +63,4 @@ makes:
|
|||
{{</* 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" >}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue