* Adds an HTML thematic break ( ) to the summary buffer * * @returns {Summary} summary instance
()
| 19762 | } |
| 19763 | /** |
| 19764 | * Adds an HTML list to the summary buffer |
| 19765 | * |
| 19766 | * @param {string[]} items list of items to render |
| 19767 | * @param {boolean} [ordered=false] (optional) if the rendered list should be ordered or not (default: false) |
| 19768 | * |
| 19769 | * @returns {Summary} summary instance |
| 19770 | */ |