Code formatting on mobile is frustrating the heck out of me. How do you format big code blocks?
I’ve tried using single and triple back ticks ` around the block, but no luck.
Help me before I throw my phone out the window!
Code formatting on mobile is frustrating the heck out of me. How do you format big code blocks?
I’ve tried using single and triple back ticks ` around the block, but no luck.
Help me before I throw my phone out the window!
Triple back ticks above and below the code block. (hit shift-enter in a gitter comment box for a newline)
Example:
some code
some more code
even more code
[code]
put your code here
[/code]