We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可以仿照obsidian中的code style插件。
当在代码格式符第一行那里,编程语言标识后面加上 fold 时,代表这个代码块被定义为可以被折叠的。
fold
比如说
```python fold test1 =1 ```
因为我有时候会把长代码直接放在md文档中,这个特性对我很重要。也会极大地增加yn的可用性!!
非常感谢!!!非常抱歉,不知道怎么更改🏷标签,添加了BUG不会改。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可以仿照obsidian中的code style插件。
当在代码格式符第一行那里,编程语言标识后面加上
fold
时,代表这个代码块被定义为可以被折叠的。比如说
```python fold
test1 =1
```
因为我有时候会把长代码直接放在md文档中,这个特性对我很重要。也会极大地增加yn的可用性!!
非常感谢!!!非常抱歉,不知道怎么更改🏷标签,添加了BUG不会改。
The text was updated successfully, but these errors were encountered: