elm-community / html-extra

Additional functions for working with Html.

Home Page:http://package.elm-lang.org/packages/elm-community/html-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

innerHtml documentation: link to owasp.org XSS article doesn't work

Zinggi opened this issue · comments

The link has a missing ).

Unfortunately it looks like the elm package site renders markdown differently, which causes this.
Here in the comments, it looks like this works, but it doesn't on package.elm-lang.org:
[XSS](https://www.owasp.org/index.php/Cross-site_Scripting_(XSS))

These work here as well, but I don't know if they will work on package.elm-lang-org:

  • [XSS](<https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)>) -> XSS
  • [XSS](https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29) -> XSS