SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.

Home Page:https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links to hosted OVA files do not display in Markdown for README.md

jcrew99 opened this issue · comments

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

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:

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

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)

commented

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.
Cheers!