- Commit
- 6df2047d90d81e6269a37e7e6843211edf4ba3c6
- Parent
- 5d07c293d6fa169d665dc4e1ea3cea4271d92ccc
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Clarified spec on indented code blocks.
Previously the spec said, wrongly, that a blank line was needed
between a paragraph and a following code block. It is only needed
between a code block and a following paragraph (due to lazy
continuations).
Thanks to textnut for pointing this out.