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

YARD-style web links broken when using markdown. #353

Closed
tanius opened this issue Jun 11, 2011 · 0 comments
Closed

YARD-style web links broken when using markdown. #353

tanius opened this issue Jun 11, 2011 · 0 comments

Comments

@tanius
Copy link

tanius commented Jun 11, 2011

I created a YARD-style link to a web page according to the docs:

{http://example.com Optional Title}

When placing it into a YARD comment in a Ruby file, or into another file (like README) that is evaluated by YARD with RDoc markup, this works fine to produce a HTML link in the output. However after switching YARD to use markdown markup (by placing a line --markup markdown in the .yardopts file) the output is broken. In HTML source, I see in that case:

href="http://example.com">http://example.com Optional Title

YARD-style links to other documentation elements, like {DataSource#my_method} work fine, however.

I use YARD 0.7.1 on Ruby-1.8.7.

@lsegal lsegal closed this as completed in 3384953 Jun 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants