mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The copy button is convenient for copying code blocks from CMake's documentation pages, and can be especially helpful when following the CMake tutorial. It is implemented optionally so that developers without the extension installed locally can still preview the site. Fixes: #28046