sync: avoid useless line break at the end of markdown processing
This commit is contained in:
parent
2ab9cb2eaa
commit
34d2054e04
@ -59,5 +59,8 @@ func ProcessMarkdown(i Importer, input string, rootDir string) (output string, e
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Trim output
|
||||||
|
output = strings.TrimSpace(output)
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user