elm / virtual-dom

The foundation of HTML and SVG in Elm.
https://package.elm-lang.org/packages/elm/virtual-dom/latest
BSD 3-Clause "New" or "Revised" License
209 stars 80 forks source link

Fix markdown link in comment #124

Closed lazamar closed 6 years ago

lazamar commented 6 years ago

There were two consecutive "here" links. One was missing a url. Now there is only one. :)

evancz commented 6 years ago

That is actually a trick that works in markdown. If the link name is the same as the link text, you do not need to specify things. Kind of neat :)