-
Notifications
You must be signed in to change notification settings - Fork 122
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
Links to hosted OVA files do not display in Markdown for README.md #178
Comments
Huh, strange (because we don't know why they used to display fine and then
stopped sometime recently). Thanks for looking into this. We will get this
fixed .
…On Sat, Jan 7, 2023, 07:26 jcrew99 ***@***.***> wrote:
Hi there,
The links to the hosted ova files found in option 1 and 2 in the markdown
readme are not displaying correctly. (tested with latest firefox and chrome)
This is what it looks like:
[image: image]
<https://user-images.githubusercontent.com/37361441/211150207-adcc5936-5729-4751-af94-55467c6f371e.png>
While it's find-able by looking at the page source, it did take me a
second to realise what was going on.
I got curious as to what's going on and noticed that the reference doesn't
display due to the double "" in the div style
i.e.
[<div style="text-align: center;"> Download SamuraiWTF for Hyper-V</div>](
https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip
)
Produces:
<https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip>
Download SamuraiWTF for Hyper-V
Where
[<div style="text-align: center;""> Download SamuraiWTF for Hyper-V</div>](
https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip
)
Produces:
<div style="text-align: center;""> Download SamuraiWTF for Hyper-V
<https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip>
So i would think that the double quotations is breaking the context or
it's not supported on github markdown.
Either way, can it please be changed to something like this:
Download SamuraiWTF for Hyper-V
<https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip>
From:
[<div style="text-align: center;">Download SamuraiWTF for Hyper-V</div>](
https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip
)
—
Reply to this email directly, view it on GitHub
<#178>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJVK3BUTUHKHD5XXXAKTWDWRFOHBANCNFSM6AAAAAATT5J4FM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yeah it's weird, i can't tell why it wouldn't work but i'm sure something changed that i haven't come across yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
The links to the hosted ova files found in option 1 and 2 in the markdown readme are not displaying correctly. (tested with latest firefox and chrome)
This is what it looks like:
While it's find-able by looking at the page source, it did take me a second to realise what was going on.
I got curious as to what's going on and noticed that the reference doesn't display due to the double "" in the div style
i.e.
[<div style="text-align: center;"> Download SamuraiWTF for Hyper-V</div>](https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip)
Produces:
Where
[<div style="text-align: center;""> Download SamuraiWTF for Hyper-V</div>](https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip)
Produces:
<div style="text-align: center;""> Download SamuraiWTF for Hyper-V
So i would think that the double quotations is breaking the context or it's not supported on github markdown.
Either way, can it please be changed to something like displays the link like this:
Download SamuraiWTF for Hyper-V
From:
[<div style="text-align: center;">Download SamuraiWTF for Hyper-V</div>](https://downloads-samuraiwtf-com.s3.us-west-2.amazonaws.com/SamuraiWTF_HyperV.zip)
The text was updated successfully, but these errors were encountered: