We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8856df commit daf9a2fCopy full SHA for daf9a2f
analysis/src/Hover.ml
@@ -258,4 +258,4 @@ let newHover ~full:{file; package} ~supportsMarkdownLinks locItem =
258
let typeString, docstring = t |> fromType ~docstring in
259
typeString :: docstring)
260
in
261
- Some (String.concat "\n" parts)
+ Some (String.concat Markdown.divider parts)
0 commit comments