We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.3 - RC1
Scaladoc snippet copy ignores newlines when it's done via "copy" icon. Scaladoc snippets has option to show collapsed lines with toggle button. It doesn't work right now as you can see at: https://dotty.epfl.ch/api/scala/quoted/Quotes$reflectModule$ClassDefMethods.html#body-5f
Snippets copying should properly include newlines. Snippets should be expanded properly as they did in earlier versions ( this is scala 3.1.1 ) https://scala-lang.org/api/3.1.1/scala/quoted/Quotes$reflectModule$ClassDefMethods.html
The text was updated successfully, but these errors were encountered:
Recently bumped highlight.js is removing .hideable class in highlighted snippets...
.hideable
Sorry, something went wrong.
@pikinier20 Is it possible to revert to the previous version of hl.js and only copy the code for (e)bnf syntax?
hl.js
I did some workaround to make the current version work properly. After few checks I'm gonna make a PR
pikinier20
Successfully merging a pull request may close this issue.
Compiler version
3.1.3 - RC1
Minimized example
Scaladoc snippet copy ignores newlines when it's done via "copy" icon.
Scaladoc snippets has option to show collapsed lines with toggle button. It doesn't work right now as you can see at: https://dotty.epfl.ch/api/scala/quoted/Quotes$reflectModule$ClassDefMethods.html#body-5f
Output
Expectation
Snippets copying should properly include newlines.

Snippets should be expanded properly as they did in earlier versions ( this is scala 3.1.1 )
https://scala-lang.org/api/3.1.1/scala/quoted/Quotes$reflectModule$ClassDefMethods.html
The text was updated successfully, but these errors were encountered: