Add support for GitLab Flavored Markdown (GLFM) in VS Code
Problem to solve
When editing markdown files in the Web IDE it supports GitLab Flavored Markdown (GLFM)
in the Preview Markdown
view.
This is not the case, when I edit the same file locally with VS Code und use the Markdown preview.
The GitHub Markdown Preview extension pack covers many
of the additional GitLab features. But they are designed for GitHub flavored Markdown and do not cover all the
GitLab styles (e.g. [[_TOC_]]
or the math syntax).
Proposal
Add functionality to this extension to change the VS Code markdown preview to match the rendering result from GitLab.com.
As U plan to replace the actual web IDE with VS Code for me it seems to be essential to support GitLab flavored Markdown in VS Code preview.
Links / references
Edited by Hauke Günther