Skip to content

Get formatted content of a wiki page

Wiki pages usually contain formatted text. If this text is formatted with Markdown or Asciidoc, then GitLab uses its own rendering system to convert the raw text to HTML. However, there is a fallback mechanism for other (which??) formatting systems where we let Gollum generate the HTML.

Currently our Wiki RPC's (which wrap Gollum) do not expose this 'formatted content' field. I think we should add a new RPC that lets the caller retrieve the 'formatted content' for a wiki page.

More information in https://gitlab.com/gitlab-org/gitlab-ce/issues/39805.


Stages:

RPC Endpoints:

  • Endpoint::Name

Known Client Routes:

  • Known client endpoints

Edited by Kim Carlbäcker
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information