[go: up one dir, main page]

Skip to content

Auto-generated GraphQL docs indent sections beyond h6

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

When GraphQL reference is generated (script | template), some sections are nested too deep, beyond six levels - there's no heading 7.

For example:

Raw Markdown In GitLab Markdown preview In rendered documentation
####### Arguments ####### Arguments # Arguments (as heading 6)

The following discussion from !79327 (merged) should be addressed:

  • @msedlakjakubowski started a discussion: (+1 comment)

    Hmmm, I need to check how this renders on the doc 🤔 There's no heading 7:

    # h1
    
    ## h2
    
    ### h3
    
    #### h4
    
    ##### h5
    
    ###### h6
    
    ####### h7?

    image

Edited by 🤖 GitLab Bot 🤖