The following code (as a small example):
\begin{verbatim}
#####
#########
#############
\end{verbatim}
gets rendered like this:
#####
#########
#############
What's happening is that the verbatim block is scanned and the leading whitespace block is removed, or normalized somehow. How can I stop this from occurring?

