Skip to content
New issue

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

[BUG] Incorrect Code Block Display in Note #3084

Open
mmkbbt opened this issue Aug 17, 2024 · 1 comment
Open

[BUG] Incorrect Code Block Display in Note #3084

mmkbbt opened this issue Aug 17, 2024 · 1 comment
Labels
Severity: Low Bugs or breaking changes with low impact Type: Bug

Comments

@mmkbbt
Copy link

mmkbbt commented Aug 17, 2024

When adding a code block with C or C++ code:

```c
#include <stdio.h>
...

Expected behaviour

#include <stdio.h>

Actual behaviour

It is incorrectly rendered in the note as:

#include [stdio.h](file:///home/xxx/Notes/stdio.h)

@pbek
Copy link
Owner

pbek commented Aug 17, 2024

Yes, it gets interpreted as file link...
Almost similar to #2425.

Didn't we already have this, @Waqar144?

@pbek pbek added Type: Bug Severity: Low Bugs or breaking changes with low impact and removed Type: Support labels Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity: Low Bugs or breaking changes with low impact Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants