docs.scala-lang icon indicating copy to clipboard operation
docs.scala-lang copied to clipboard

Fixed broken code highlight on Safari of iOS 15.7.8

Open Dieken opened this issue 1 year ago • 6 comments

On iOS, the "type A */" is rendered as "type A //", seems highlight.js is incompatible with iOS Safari, wrongly replaces "*/" with "//".

I'm not able to find the root cause, thus change to inline comment to bypass the issue.

Dieken avatar Feb 14 '24 16:02 Dieken