Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit b92f9f7

Browse files
committed
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.
1 parent 16fa41b commit b92f9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/functions-and-methods/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ for any operation that is clearly associated with a particular
2020
type.
2121

2222
Methods have numerous advantages over functions:
23+
2324
* They do not need to be imported or qualified to be used: all you
2425
need is a value of the appropriate type.
2526
* Their invocation performs autoborrowing (including mutable borrows).

0 commit comments

Comments
 (0)