Skip to content

Expand API: Render an arbitrary Markdown document

I need an API that returns formatted markdown of issues/comments. Otherwise my tool has to implement it's own GitLab Flavored Markdown renderer. That's not good.

GitHub has an API for this purpose: https://developer.github.com/v3/markdown/

It would be great, if GitLab adopts this function.

Thank you