({ tableData: e3, tableOptions: r3, tableBreakpoints: n2 })
| 65139 | heading(e3) { |
| 65140 | return this.bold(e3); |
| 65141 | } |
| 65142 | section({ title: e3, body: r3, indentBody: n2 = 2 }) { |
| 65143 | return `${(e3 ? `${this.heading(e3)} |
| 65144 | ` : "") + (r3 ? this.indentText({ text: this.render(r3), spaces: n2 }) : "")} |
| 65145 | `; |
| 65146 | } |