[list]= this.sections.map((x, i) => `
  • ${x}
  • `).join('') [section]= const title = interpret(capture_line()) const content = capture_until("[section]", true, true) const index = this.sections.length this.sections.push(title) ;`

    ${title}

    ${interpret(content)}
    `