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

index.md « gitlab_flavored_markdown « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cde83bff32ef38e9dff7f06c580b5ade6f0b078e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
stage: Create
group: IDE
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---

<!-- vale gitlab.GitLabFlavoredMarkdown = NO -->

# GitLab Flavored Markdown (GLFM) development guidelines

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

## GitLab Flavored Markdown (GLFM) 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.
- [Workflows](specification_guide/index.md#workflows).