Closed
Description
Hi, thanks for the great plugin!
I have noticed that it does not treat fenced code blocks properly though. Consider the following document:
# Minimal C++ program
Here is a minimal C++ program which prints "Hello world!":
```cpp
#include <iostream>
void main()
{
std::cout << "Hello world!";
}
```
The plugin treats #include directive as a section header and produces two folds:
1 # Minimal C++ program [4 lines]------------------------------------------
6 # include <iostream> [5 lines]-------------------------------------------
Metadata
Metadata
Assignees
Labels
No labels