add_section
add_section
Add a new top-level section to the POM.
Parameters
title
Section title.
body
Section body text.
bullets
List of bullet points for this section.
numbered
Whether to number this section in the rendered output.
numbered_bullets
Whether to number bullet points instead of using bullet markers.
subsections
List of subsection objects, each with "title", optional "body", and
optional "bullets" keys.
Returns
PomBuilder — Self for method chaining.