I'm trying to use markdown to format a web page. Part of the web page has block quotes and code blocks. In some of the code blocks, the leading and trailing white space (empty lines) is important. I can't find much on this and can't figure out how to include the leading and trailing empty lines.
> empty_line
> empty_line
> Stuff Here
> empty_line
> empty_line
.. if that makes any sense.