When I create a code snippet in Confluence, such as below, using the 'Code' Macro
try{
String temp = new String();
temp = "10";
System.out.println(temp);
}catch(Exception e){
//Log out the exception
}
Scroll office doesn't maintain the indenting or spacing. I have created a table style in my word template called Scroll Code.
Is there a something specific I need to add in the table style to make sure the Code format is preserved? It would be nice if the colour scheme is preserved but I really require that the spacing is preserved.