「hexo」实现折叠文字/代码块Posted at 19-5-23 11:10, Updated at 19-11-12 19:33hexo折叠文字/代码块的方法 from 省队爷 12345<details><summary>Code</summary>```cppblablabla demo: Code 123456789#include <bits/stdc++.h>using namespace std;int main (){ puts("fuck you"); return 0;} hexo1