Reindent code by removing the common leading spaces and adding the specified indent.
<mrdocs/Support/String.hpp>
std::string
reindentCode(
    std::string_view code,
    std::size_t indent = 0);
| Name | Description | 
|---|---|
| code | The code block to unindent. |