The following source code compiles just fine:
\documentclass{minimal}
\begin{document}
\texttt{
Lorem ipsum dolor sit amet
Lorem Lorem
}
\end{document}
However, the following produces an error:
\documentclass{minimal}
\begin{document}
\texttt{
Lorem ipsum dolor sit amet
Lorem Lorem
}
\end{document}
Sometimes the error message is:
Paragraph ended before \text@command was complete.
Is there someway to allow paragraph breaks inside of a \texttt block?

minimalclass. – Jan 19 '19 at 04:34