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.
I'm not sure what you are trying to do.
Paste some C code headers in a code block without the formatting going wonky.
@Velocio started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
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:-
Looks like the hashtag -> search link is applied even within a code block.
Escaping the # prevents the linkification but leaves the backslash visible...
Can't find a way to escape it within a code block.