algorandfoundation / xGov

Algorand xGov Proposals Submission
Creative Commons Zero v1.0 Universal
49 stars 100 forks source link

Why can't I add external links to the proposal? #40

Closed solkimicreb closed 1 year ago

solkimicreb commented 1 year ago

I want to add a few external links to the proposal but the validator complains with error[markdown-rel-links]: non-relative link or image.

I understand that the main body of the proposal should be internal and not externalized via links but occasionally this is annoying. I want to request a grant to expand an existing project and not adding a link to the project itself is really awkward and probably hinders my chances of getting approved.

Any chance you can lift this validator limitation? Thanks!

Edit: I saw people are just using raw <a> tags. I can do the same if the rule stays but it feels like a hack in case the rule is really intended.

SudoWeezy commented 1 year ago

It is really intended, we need to use HTML balise to allow a proper display in case we want to copy proposals elsewhere :)

solkimicreb commented 1 year ago

Ohh, I get it now. So I am free to add <a> tags, it's not "playing the rules"?

Thanks for the quick response btw.