export method

dynamic export()

Implementation

export() {
  return _sections.map(_stringifySection).join('\n\n');
}