Menu

#53 Spaces in <verbatim>

open
5
2004-06-02
2004-06-02
No

When I try to put some source code in a verbatim
environment, e.g.

<verbatim>
public class MyClass {
public MyClass(){}
}
</verbatim>

blanks at the beginnings of lines are not preserved and
the code is rendert as

public class MyClass {
public MyClass(){}
}

Discussion


Log in to post a comment.