You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/development/documentation/styleguide.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,8 +284,14 @@ Inside the document:
284
284
```md
285
285
Markdown code
286
286
```
287
+
288
+
```text
289
+
Code for which no specific highlighting class is available.
290
+
```
287
291
````
288
292
293
+
- To display raw markdown instead of rendered markdown, use four backticks on their own lines around the
294
+
markdown to display. See [example](https://gitlab.com/gitlab-org/gitlab-ce/blob/8c1991b9bb7e3b8d606481fdea316d633cfa5eb7/doc/development/documentation/styleguide.md#L275-287).
289
295
- For a complete reference on code blocks, check the [Kramdown guide](https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/#code-blocks).
0 commit comments