Commit 135c2d9a authored by Evan Read's avatar Evan Read

Merge branch 'docs/fix-codeblock-markdown' into 'master'

Fix indentation and markup for Markdown codeblock

See merge request gitlab-org/gitlab-ce!24321
parents 1e7fefef a45c2236
...@@ -272,19 +272,19 @@ Inside the document: ...@@ -272,19 +272,19 @@ 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
``` ```
```js ```js
JavaScript code JavaScript code
``` ```
```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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment