Skip to content

Specification change: Fix asciidoctor block context.

What does this MR do?

AsciiDoc's plantuml delimiter format has been changed, so update the document accordingly.

GitLab uses RubyGems asciidoctor-plantuml (Asciidoctor PlantUML extension).
After GitLab 10.7.0, asciidoctor-plantuml 0.0.8 is used.
https://gitlab.com/gitlab-org/gitlab-ce/blob/v10.7.0/Gemfile#L149

After this version number, the following format change has been made.
https://github.com/hsanson/asciidoctor-plantuml/commit/500c98c5c64590e4d01c6a706905297b6bd0be4e

With this change, the delimiter of plantuml blocks is changed from -- to----.

Related issues

https://gitlab.com/gitlab-org/gitlab-ce/issues/47698

Author's checklist

Review checklist

  • Your team's review (required)
  • PM's review (recommended, but not a blocker)
  • Technical writer's review (required)
  • Merge the EE-MR first, CE-MR afterwards

Merge request reports