Open bmoliveira opened 5 years ago
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
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.
I've found at least 2 bugs with the Code element:
Example:
shows as:
Example:
show as