jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
605 stars 63 forks source link

Can not support collapse markdown content (code block) in <details><summary> #82

Open realjustinwu opened 1 year ago

realjustinwu commented 1 year ago
<details><summary>Show</summary>

## Header

\```cpp
int main() {
    printf("Hello World!");
    return 0;
}
\```
</details>
image