# Snapshot report for `lib/process-readme.test.js`

The actual snapshot is saved in `process-readme.test.js.snap`.

Generated by [AVA](https://avajs.dev).

## contains "Quick Start" and "Supporting OSS" headers - return structured data

> Snapshot 1

    `# Quick Start␊
    ␊
    ## Step 1␊
    ␊
    nala␊
    `

> Snapshot 2

    `# Supporting OSS␊
    ␊
    nala␊
    `

## contains "Quick Start" header - return structured data

> Snapshot 1

    `# Quick Start␊
    ␊
    ## Step 1␊
    ␊
    nala␊
    `

## h1 not present - unchanged

> Snapshot 1

    `# Docs␊
    ␊
    ## ABC␊
    ␊
    #### FOO␊
    ␊
    nala␊
    ␊
    #### BAR`

## multiple h1s present - indent all headers

> Snapshot 1

    `# Docs␊
    ␊
    ## ABC␊
    ␊
    ## FOO␊
    ␊
    nala␊
    ␊
    #### BAR`

## multiple h1s present with h6 - indent all headers except h6

> Snapshot 1

    `# Docs␊
    ␊
    ## ABC␊
    ␊
    ## FOO␊
    ␊
    nala␊
    ␊
    ###### BAR`

## single h1 present - remove h1

> Snapshot 1

    `# Docs␊
    ␊
    ## FOO␊
    ␊
    nala␊
    ␊
    ## BAR`
