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

Hyperlinks rendered incorrect #127

Closed
markknol opened this issue May 14, 2015 · 5 comments
Closed

Hyperlinks rendered incorrect #127

markknol opened this issue May 14, 2015 · 5 comments

Comments

@markknol
Copy link
Member

Http://api.haxe.org/haxe/Template.html
See class description, seems like some links are not rendered nicely. Also link to 404 because of it.

@markknol
Copy link
Member Author

What is the correct way to declare a hyperlink to a external page? I notice that @see http://www.bla doesn't create hyperlinks too. And <a href=¨¨> seems to create incorrect rendered links.

@dpeek
Copy link
Contributor

dpeek commented May 21, 2015

So, the markdown library detects links like http://google.com, there is no need to add the <a> tag. If you want a link with a name you use [name](http://link.com).

At the moment we don't support @see but I'll add that. I think my reasoning was that it was easy enough to link to stuff from the doc itself (ie. see http://link.com)

@markknol
Copy link
Member Author

http://api.haxe.org/php/Lib.html#mail << there are urls in this description, but they don't get parsed as hyperlinks.

@dpeek dpeek closed this as completed in 53d64fb May 21, 2015
@dpeek
Copy link
Contributor

dpeek commented May 21, 2015

Obviously this one isn't closed quite yet then :)

@dpeek dpeek reopened this May 21, 2015
@dpeek
Copy link
Contributor

dpeek commented May 21, 2015

Moved here HaxeFoundation/haxe-markdown#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants