addToSection
Add content to an existing section. If the section does not exist, it is created automatically (auto-vivification).
Parameters
title
Section title to add content to.
opts
Optional content to add.
opts.body
Text to append to the section body. Appended with a double newline separator.
opts.bullet
Single bullet point to add.
opts.bullets
Multiple bullet points to add.
Returns
PomBuilder — Self for method chaining.