We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've found at least 2 bugs with the Code element:
Example:
func bug() {}
shows as:
swift func bug() {}
/// lets test `this` out
show as
/// lets test out
The text was updated successfully, but these errors were encountered:
At the moment I don't have much time to tackle this since is a medium to hard complexity issue with the parsing method.
I'll tackle it as soon as I can.
Sorry, something went wrong.
String+UTF16.swift
unescapeUTF16()
No branches or pull requests
I've found at least 2 bugs with the Code element:
Example:
shows as:
Example:
/// lets test `this` out
show as
/// lets test out
The text was updated successfully, but these errors were encountered: