-
Notifications
You must be signed in to change notification settings - Fork 277
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
img link in 'a href' #33
Labels
Comments
@Alir3z4 Do you plan to make steps in this direction? |
@szepeviktor No I don't, but any patch is welcome for this bug. |
Has it been solved now? |
😄 Yes it does work. <a href="http://google.com"><img src="images/google.png" alt="Go to google"></a>
|
@Alir3z4 Please close it. |
@szepeviktor Thanks for the update and follow up on this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dvasseur The following html code
is converted to
[Go to google](images/google.png)
I would have prefered,
[Go to google](http://google.com)
can this be done ?
@szepeviktor: This is so in Markdown:
@Alir3z4 Hmm, this is interesting actually:
Sure it has its own downside, but I would like to have base hostname in the image src too.
@szepeviktor: So the
<a>
element is completely stripped out?@Alir3z4: That's another issue here and yes the a tag is gone here
@mcepl: Just for reference http://daringfireball.net/projects/markdown/syntax#img
Note: Extracted from an old repo.
The text was updated successfully, but these errors were encountered: