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