You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would expect var jsonFeedFromJsonString = JsonFeed.fromJson(json); not to be highlighted like a string.
text blocks are a new feature of java since jdk 15, see https://openjdk.java.net/jeps/378
The text was updated successfully, but these errors were encountered:
from what i understand, github uses code from this repo to do syntax highlighting.
if i write this:
i would expect
var jsonFeedFromJsonString = JsonFeed.fromJson(json);
not to be highlighted like a string.text blocks are a new feature of java since jdk 15, see https://openjdk.java.net/jeps/378
The text was updated successfully, but these errors were encountered: