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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-28 06:06:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-28 06:06:32 +0300
commit284ae7dd7536df63fc6dd971f65ca420e26d2f05 (patch)
tree356c0c422685367487d15a8634e978d1f5e8f4ca /doc/api/markdown.md
parent2c0b1b6259d83e37c2a2b456a1f9afdb8817a3d5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/markdown.md')
-rw-r--r--doc/api/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/markdown.md b/doc/api/markdown.md
index f5aee725c6a..f4ad1de9ad8 100644
--- a/doc/api/markdown.md
+++ b/doc/api/markdown.md
@@ -12,7 +12,7 @@ POST /api/v4/markdown
| Attribute | Type | Required | Description |
| --------- | ------- | ------------- | ------------------------------------------ |
-| `text` | string | yes | The markdown text to render |
+| `text` | string | yes | The Markdown text to render |
| `gfm` | boolean | no (optional) | Render text using GitLab Flavored Markdown. Default is `false` |
| `project` | string | no (optional) | Use `project` as a context when creating references using GitLab Flavored Markdown. [Authentication](README.html#authentication) is required if a project is not public. |