Stop trace tags in code

Use case or problem

I have #define inside a Code block, but the tag system detect this as a tag. But it’s not! It’s just a define syntax in C language! How should we deal with it?

example:

    fdsdssdf.cpp
	Line 187: #define 
	Line 188: #define 

and the define word will be detected as a tag?!

normal #define inside a code block is fine, but in this example, it is not.

Proposed solution

I don’t know how to do it;

Current workaround (optional)

I find out that I use 4 space in front of fdsdssdf.cpp, and use one tag infront of Line. if I replace the four spaces with one tag, the problem is gone. So is this a bug?

Also another workaround is to use

``` ```

instead of indentation.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.