paradox icon indicating copy to clipboard operation
paradox copied to clipboard

Formatting not honored inside @scaladoc links

Open kellen opened this issue 2 years ago • 0 comments

Works:

* [`foo bar`](http://github.com)
* [_foo bar_](http://github.com)

Fails:

* @scaladoc[`foo bar`](foo.bar)
* @scaladoc[_foo bar_](foo.bar)

kellen avatar Jun 03 '23 19:06 kellen