Shortcodes, Inner, markdownify and safeHTML

Markdown and another shortcode is not working?

This shortcode:

<section class="content-section {{ with .Get "sectionClass" }}{{ . }}{{ end }}">
    <div class="container">
        <div class="row justify-content-center">    
            <div class="col-lg-8 col-md-8 col-md-12 col-12">  
                {{ .Inner }}
            </div>
        </div>
    </div>
</section>

and that markdown

{{% content-narrow %}}

## Test

{{% /content-narrow %}}

produces that rendered output:

grafik

Hmm :frowning:
Everything else is working.