I want to create a static site, which will store documentation, written in GitLab Flavored Markdown. Which static site generator has the most full GitLab Flavored Markdown support?
Asked
Active
Viewed 151 times
1
-
2This page could help you. https://about.gitlab.com/blog/2016/06/17/ssg-overview-gitlab-pages-part-3-examples-ci/ – Jakob Liskow Mar 10 '21 at 08:39
1 Answers
2
I'm not sure that there is any static site generator (SSG) that supports GitLab Flavored markdown specifically.
However, as documented, GitLab markdown uses CommonMark as a basis.
CommonMark has a list of SSGs that support it out of the box.
So that's probably the closest you'll get.

Arty-chan
- 2,572
- 1
- 19
- 25