[section]= const id = 'x' + this.index++ const title = capture_line() const header = title.trim() ? `

${interpret(title)}

` : '' const content = capture_until("[section]", true, true) ;`
${header}${interpret(content)}
` [h3]= const id = 'x' + this.index++ `

${interpret(capture_line())}

`