markdown.ex: end suggestions list with a newline
Otherwise we end up with suggestion on the same level as the childs Markdown is a fuck…
This commit is contained in:
parent
d2097fd0f5
commit
4785596a2c
2 changed files with 4 additions and 1 deletions
|
|
@ -79,6 +79,8 @@ defmodule Pleroma.Docs.Markdown do
|
|||
for suggestion <- suggestions do
|
||||
print_suggestion(file, suggestion, true)
|
||||
end
|
||||
|
||||
IO.write(file, "\n")
|
||||
else
|
||||
IO.write(file, " Suggestion: ")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue