Use when summarizing long-form technical documentation, manuals, or books into a structured, hierarchical Markdown format with custom markers.
### and ▼ hierarchy.| Element |
|---|
| Marker |
|---|
| Style |
|---|
| Chapter | ### | Standard heading |
| Sub-section | ▼ | Bolded title |
| Important Points | * | Primary list; use bold for key terms |
| Technical Details | * | Nested list for nuances and sub-steps |
| Code/Commands | ``` | Language-specific block |
### Chapter Title
▼ **Sub-section Title**
* **Primary Key Point**: Capturing a high-level technical concept.
* **Specific Nuance**: Explaining the "why" and "how" behind the point.
* **Critical Exception**: Noting any important corner cases.
* `code_snippet` for practical application.
▽ instead of ▼.### under ▼. (Hierarchy: ### -> ▼ -> *).# or ## for chapter headings.▼ marker for sub-sections.