Skip to content
New issue

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

Disable keyword expansion (adding hyperlinks) in <pre> blocks #410

Open
LearnCocos2D opened this issue Oct 19, 2013 · 1 comment
Open

Disable keyword expansion (adding hyperlinks) in <pre> blocks #410

LearnCocos2D opened this issue Oct 19, 2013 · 1 comment
Milestone

Comments

@LearnCocos2D
Copy link

Example:

/** Usage: <pre> SomeClass* xx = [SomeClass categoryWithName:@"triggers"]; </pre> */

tries to insert a link to the known SomeClass class which makes the the code section pretty useless since most classes are known, and then the user sees invalid code like the following:

Usage:
[SomeClass](../Classes/SomeClass.html)*xx = [SomeClass categoryWithName:@"triggers"];

Note: this does not happen with <code> blocks but those don't have the nice formatting of <pre>
(<code> has no frame and no automatic line breaks).

@tomaz
Copy link
Owner

tomaz commented Oct 19, 2013

This is known issue with 2.x version. I planned to get it fixed with 3.0, but it's on hold for some time now...

@tomaz tomaz added Bug labels May 16, 2014
@tomaz tomaz added this to the 3.0 milestone May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants