Extending DocC with additional metadata to provide alternate displays for code blocks

Additionally, taking inspiration from forums.swift.org, it might be worth exploring support for richer UI controls beyond just a “Copy” button—such as a “Fullscreen” view for code blocks, which can greatly improve readability for long code samples.


Screenshot is taken from this topic: Why is `self` considered used-after-consume in coroutine accessors?