The Code Element

The code element does not perserve whiespece and line-breaks.

To fix this, you can put the code element inside a pre element:


x = 5;
y = 6;
z = x + y;

My Page