Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Amurao <camurao@csatf.org>2019-07-15 20:42:06 +0300
committerChristopher Amurao <camurao@csatf.org>2019-07-15 20:42:06 +0300
commitc5bbbde1f3173caa6282c3be8ff6f6cd6364683b (patch)
treefc39b0bd4bddf3ffe052c38b36440d7246580572
parent96277bb9d61b5aaf5c2edc388c5eabfc743478f0 (diff)
Update markdown.md to remove typo, "test" was left in the documentation
-rw-r--r--doc/user/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index a387cb43e0f..96e74125801 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -556,7 +556,7 @@ Inline `code` has `back-ticks around` it.
Similarly, a whole block of code can be fenced with triple backticks ```` ``` ````,
triple tildes (`~~~`), or indended 4 or more spaces to achieve a similar effect for
-a larger body of code. test.
+a larger body of code.
~~~
```