WOJPXTQVK5K7M3IWCYETBZQK5Z5SPEPK6MXPNZESUSNQMLEODHKQC --? -- Special-case: section endings are considered to be "in" the section--? -- they're ending when expanded. But we consider them outside the--? -- section here.--? if line.section_end == nil and #line.section_stack > 0 then--? local section = line.section_stack[#line.section_stack]--? if not section.expanded then--? return false--? end--? end