This Markdown pattern shows how to create an annotated summary that links directly to detailed items in a list.
It works by giving each list item a unique HTML anchor ID (<a id="..."></a>
) and then referencing those IDs in the summary with clickable links.
The result is a compact, easy-to-scan summary where readers can jump straight to the full details of any item — useful for documentation, research notes, meeting summaries, or AI-generated outlines.
Can you give me a list of 20 things and then summarize those 20 things in 3 sentences but links back to each of the 20 items in your summary as annotations?