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:
Diffstat (limited to 'doc/user/asciidoc.md')
-rw-r--r--doc/user/asciidoc.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/asciidoc.md b/doc/user/asciidoc.md
index 3ceecf88c5e..6b642363dd6 100644
--- a/doc/user/asciidoc.md
+++ b/doc/user/asciidoc.md
@@ -9,6 +9,11 @@ info: To determine the technical writer assigned to the Stage/Group associated w
GitLab uses the [Asciidoctor](https://asciidoctor.org) gem to convert AsciiDoc content to HTML5.
Consult the [Asciidoctor User Manual](https://asciidoctor.org/docs/user-manual/) for a complete Asciidoctor reference.
+You can use AsciiDoc in the following areas:
+
+- Wiki pages
+- AsciiDoc documents (`.adoc` or `.asciidoc`) inside repositories
+
## Syntax
Here's a brief reference of the most commonly used AsciiDoc syntax.