add newline before list in functions-and-methods

The current version of hoedown treats lists interrupting paragraphs in the Markdown.pl style rather than CommonMark, so a newline is needed for the list to be rendered properly.
This commit is contained in:
David Campbell 2015-02-14 14:17:03 -05:00 committed by Johannes Oertel
parent efebe45cc0
commit 19cb2a7707
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ for any operation that is clearly associated with a particular
type.
Methods have numerous advantages over functions:
* They do not need to be imported or qualified to be used: all you
need is a value of the appropriate type.
* Their invocation performs autoborrowing (including mutable borrows).