debian-mirror-gitlab/doc/development/gitlab_flavored_markdown/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
957 B
Markdown
Raw Normal View History

2022-06-21 17:19:12 +05:30
---
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
---
2022-07-16 23:28:13 +05:30
# GitLab Flavored Markdown (GLFM) developer documentation **(FREE)**
2022-06-21 17:19:12 +05:30
2022-07-16 23:28:13 +05:30
This page contains the MVC for the developer documentation for GitLab Flavored Markdown (GLFM).
2022-06-21 17:19:12 +05:30
For the user documentation about Markdown in GitLab, refer to
[GitLab Flavored Markdown](../../user/markdown.md).
2022-07-16 23:28:13 +05:30
## GitLab Flavored Markdown (GLFM) specification guide
2022-06-21 17:19:12 +05:30
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.
2022-07-16 23:28:13 +05:30
- [Workflows](specification_guide/index.md#workflows).