Tag pages are not just flat archives. A reader can start with one topic and then add another tag to narrow the result set.
That makes the demo site useful as a small content browser instead of a static list of links.
Example flow
Open the Markdown tag page.
Select
Swift.The result becomes the intersection of both tags.
The browser checks cover that flow by tapping tag chips and asserting that the result list narrows to matching posts.
AND behavior
Selecting two tags means tag one AND tag two, not tag one OR tag two.