Skip to content

Resolve "Tabs nested 2+ levels deep in lists do not render"

What does this MR do and why?

This MR fixes the nested tab issue where if we have a bullet point within a bullet point and if that secondary bullet point has a tab within it, the markdown was not properly rendered. This is because the Tabs shortcodes weren't rendered in a way that it will allow of nested tabs.

Screenshots, screen recordings, or links to review app

BEFORE AFTER
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/technical-writing-group/gitlab-docs-hugo/-/blob/main/doc/setup.md.
  2. Run REMOVE_BEFORE_CLONE="true" make clone-docs-projects to do migration on a clean slate.
  3. Go to problem doc -> http://localhost:1313/administration/cicd/job_artifacts/?tab=Linux+package+%28Omnibus%29#migrating-to-object-storage

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Closes #87 (closed)

Edited by Hiru Fernando

Merge request reports

Loading