Writing a question including a C code in a <pre><code> block, I found out that in my #include lines the header names are not displayed when using the standard <name.h> convention. Instead, I had to use quotes "name.h" to make it appear. Apparently, the renderer treats these as tags, and I could not find a way to escape them. So, what is the method for doing it?
|
|
|||||||||
|
|
The standard way of including code is by indenting it all with four spaces:
(literal text: " like so") Or, for inline blocks, surrounding it with backticks As you've seen, using That said, if you really want
|
|||||||||||
|