1

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?

Shalom Alecheim
  • 143
  • 1
  • 9

1 Answers1

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