Fix indentation and markup for Markdown codeblock
This commit is contained in:
parent
a0f7709085
commit
a45c223606
1 changed files with 11 additions and 11 deletions
|
@ -272,7 +272,7 @@ Inside the document:
|
||||||
- For regular code blocks, always use a highlighting class corresponding to the
|
- For regular code blocks, always use a highlighting class corresponding to the
|
||||||
language for better readability. Examples:
|
language for better readability. Examples:
|
||||||
|
|
||||||
```md
|
````md
|
||||||
```ruby
|
```ruby
|
||||||
Ruby code
|
Ruby code
|
||||||
```
|
```
|
||||||
|
@ -284,7 +284,7 @@ Inside the document:
|
||||||
```md
|
```md
|
||||||
Markdown code
|
Markdown code
|
||||||
```
|
```
|
||||||
```
|
````
|
||||||
|
|
||||||
- For a complete reference on code blocks, check the [Kramdown guide](https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/#code-blocks).
|
- For a complete reference on code blocks, check the [Kramdown guide](https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/#code-blocks).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue