summaryrefslogtreecommitdiff
path: root/doc/development/gitlab_flavored_markdown/index.md
blob: 682d8011cd808c6b0baffcd7719c7a3c567ed9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
stage: Create
group: Editor
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Markdown developer documentation **(FREE)**

This page contains the MVC for the developer documentation for GitLab Flavored Markdown.
For the user documentation about Markdown in GitLab, refer to
[GitLab Flavored Markdown](../../user/markdown.md).

## GitLab Flavored Markdown specification guide

The [specification guide](specification_guide/index.md) includes:

- [Terms and definitions](specification_guide/index.md#terms-and-definitions).
- [Parsing and rendering](specification_guide/index.md#parsing-and-rendering).
- [Goals](specification_guide/index.md#goals).
- [Implementation](specification_guide/index.md#implementation) of the spec.