We see multiple Examples statement and the title of the snippet is display as a comment.
e.g. http://dlang.org/phobos/std_algorithm_sorting.html#sort
Examples:
// Showcase stable sorting
...
Examples:
// Sorting floating-point numbers in presence of NaN
...
Ideally I think we should
1) only show "Examples" once (easy)
2) get the title from the comment string above the unittest (maybe trickier)
Comment #1 by robert.schadek — 2024-12-15T15:23:22Z