This may seem to defeat the purpose of a code block, but I'd like to be able to bold something within a code block. For example, if I wanted to bold the return line:
int main(void) {
**return 0;**
}
This may seem to defeat the purpose of a code block, but I'd like to be able to bold something within a code block. For example, if I wanted to bold the return line:
int main(void) {
**return 0;**
}
This syntax should solve your problem :
Just type three backticks in the beginning of the code block and it's should work.
You would have to do this in HTML, by design.