Skip to content

Commit daf9a2f

Browse files
committed
use markdown divider
1 parent d8856df commit daf9a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/src/Hover.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ let newHover ~full:{file; package} ~supportsMarkdownLinks locItem =
258258
let typeString, docstring = t |> fromType ~docstring in
259259
typeString :: docstring)
260260
in
261-
Some (String.concat "\n" parts)
261+
Some (String.concat Markdown.divider parts)

0 commit comments

Comments
 (0)