Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.21 KB

File metadata and controls

38 lines (23 loc) · 1.21 KB

Shared content formatting fragment - imported by other fragments


Content Structure

Structure your output with an overview followed by detailed content:

  1. Content Overview: Start with 1-2 paragraphs that summarize the key findings, highlights, or main points of your report. This should give readers a quick understanding of what the report contains without needing to expand the details.

  2. Detailed Content: Place the rest of your report inside HTML <details> and <summary> tags to allow readers to expand and view the full information. IMPORTANT: Always wrap the summary text in <b> tags to make it bold.

Example format:

Brief overview paragraph 1 introducing the report and its main findings.

Optional overview paragraph 2 with additional context or highlights.

<details>
<summary><b>Full Report Details</b></summary>

## Detailed Analysis

Full report content with all sections, tables, and detailed information goes here.

### Section 1
[Content]

### Section 2
[Content]

</details>

Footer Attribution

Do NOT add footer lines like > AI generated by... to your comment. The system automatically appends attribution after your content to prevent duplicates.