It would be great if the blocks of code would be better presented. For example:
- Ideally I would like the site to use most of the horizontal space available. In blog posts only a third of the space is used. I don't find that to be a problem for reading text, but for code it's really annoying.
- You can see that the height of the code block is the height of the web page. That makes it harder than necessary to get the horizontal scrollbar in view;
- The syntax highlighting problems;
- When adding code tags (or quote) in comments, a new line just after the closing code tag creates a gap under the code block. If you don't want the gap you need to add the text directly after the closing tag.
Example
| [ code ]code[ /code ]
There is a line before me
|
There is a line before me
| [ code ]code[ /code ]There isn't a line before me
|
There isn't a line before me