add_to_section
add_to_section
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.
body
Text to append to the section body. Appended with a double newline separator.
bullet
Single bullet point to add.
bullets
Multiple bullet points to add.
Returns
PomBuilder — Self for method chaining.