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:
parent
efebe45cc0
commit
19cb2a7707
1 changed files with 1 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue