CodeIT icon indicating copy to clipboard operation
CodeIT copied to clipboard

fix(emacs-org): support content formats where headers aren't direct children of content

Open WolfeCub opened this issue 4 years ago • 0 comments

When using .org files as a content format each header generates a container around the text that follows it. Example: image

Due to the way the styles and selectors are implemented currently this breaks header marks since they are required to be direct children of content.

I propose simply allowing any nested children of content that have headers to be given header marks.

WolfeCub avatar Sep 14 '21 15:09 WolfeCub