You are reading a single comment by @Velocio and its replies. Click here to read the full conversation.
  • defines from C header files pasted in to a code block get rendered very oddly (I was expecting this to be prevented for things pasted into a code block), i.e.

    #define BLAH 3

    leads to:-

    [#define](https://www.lfgss.com/search/?q=%23define) BLAH 3
    

    Looks like the hashtag -> search link is applied even within a code block.

    Escaping the # prevents the linkification but leaves the backslash visible...

    \#define foo 3
    

    Can't find a way to escape it within a code block.

About

Avatar for Velocio @Velocio started