Skip to content

Commit 19cb2a7

Browse files
dcampbell24jooert
authored andcommitted
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 efebe45 commit 19cb2a7

File tree

1 file changed

+1
-0
lines changed
  • src/doc/style/features/functions-and-methods

1 file changed

+1
-0
lines changed

src/doc/style/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)