Headers not automatically nesting

Things I have tried

I’m trying to nest headers in files so they are foldable in edit mode.

What I’m trying to do

I’ve created a header tag (3 '#'s) that’s working fine. But when I try to nest another one below it a few lines later, it works fine in preview mode, but doesn’t automatically move out at the proper nest level in edit mode:

image

Am I doing something wrong that’s keeping it from moving to the appropriate level?

Can you paste the raw text here in triple-backtick code fencing? These: ```.

Maybe what’s avoiding the proper nesting is a rendering problem caused by the GRANT <permissions>… line.

<permissions> and other strings between <> in that line are interpreted as HTML tags.

You should enclose the whole line in backticks (inline code) or get it inside a code block.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.