Open mmkbbt opened 2 months ago
When adding a code block with C or C++ code:
```c #include <stdio.h> ...
#include <stdio.h>
It is incorrectly rendered in the note as:
#include [stdio.h](file:///home/xxx/Notes/stdio.h)
Yes, it gets interpreted as file link... Almost similar to #2425.
Didn't we already have this, @Waqar144?
When adding a code block with C or C++ code:
Expected behaviour
Actual behaviour
It is incorrectly rendered in the note as:
#include [stdio.h](file:///home/xxx/Notes/stdio.h)