ocaml / ocaml-lsp

OCaml Language Server Protocol implementation
Other
749 stars 117 forks source link

hover: use `***` to print dividers. #1318

Closed voodoos closed 2 months ago

voodoos commented 2 months ago

vscode renderer treats the section before a --- divider as a title (it is a setext heading, see example 59). This stayed undetected before the syntax doc PR because only code was printed before the divider.

Current behavior with ---:

image

We can use stars to get a delimiter without a heading:

image

cc @PizieDust

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 4377

Details


Totals Coverage Status
Change from base Build 4363: 0.0%
Covered Lines: 5425
Relevant Lines: 24627

💛 - Coveralls