For future reference, this is the best way to share code on this forum:
```
<your code here>
<on multiple lines>
<exactly as it appears>
<in your editor>
```
In other words, in the post editor:
- Go to a new line (press
Enter
) and type 3 backticks (`
, next to theEsc
and1
keys). - Then go to a new line again, and paste your code exactly as it was copied from VCS or whatever code editor you use.
- Then, at the end of your code, go to yet another new line and type the 3 backticks again.
Finally, if your code is long, select all of it and both lines of backticks, then press the (cog/gear) button and select
(
Hide Details
).