githuber-md icon indicating copy to clipboard operation
githuber-md copied to clipboard

details-summary is broken

Open GyverLibs opened this issue 10 months ago • 0 comments

Code inside details-summary block doesn't markdownify in any of githuber-md settings

    <details>
    <summary>Test</summary>
    
    ### abcd
    ```cpp
    void main() {}
    ```
    </details>

image

GyverLibs avatar Apr 17 '24 13:04 GyverLibs