curiouslychase / _goorgeous

[DEPRECATED] A go org syntax parser to html
MIT License
160 stars 28 forks source link

Links to .org sites are mangled #56

Closed sanandak closed 7 years ago

sanandak commented 7 years ago

The following:

[[www.qgis.org][QGIS]]

Renders as

<a href="http://www.qgis" title="QGIS">QGIS</a>

This is in Hugo version v 0.25.1 (I don't know how to check the goorgeous version that hugo is using...)

hugo version Hugo Static Site Generator v0.25.1 darwin/amd64 BuildDate: 2017-07-11T11:48:48-04:00

Thanks, Sridhar

sanandak commented 7 years ago

Ah.. I see that one can work around this by appending a / to the end. This works [[www.qgis.org/][QGIS]]