Test.Space.LaTeX
module Test.Space.LaTeX
where
module _ where
The above code block starts on the first line, and is followed by a blank line.
The following code block is not preceded by a blank line.
It is also not followed by a blank line.
The following code block is preceded by a blank line.
It is also followed by a blank line.
Blank lines inside code blocks are preserved:
The following code block is completely empty:
The following empty-looking code block has multiple newlines and spaces:
They are preserved.
Agda code can be indented:
module _
where
The code block itself can be indented: