So I'm trying to link to wikipedia, and fount this way of doing links, but it just wont allow me to click the link.
http://es.wikipedia.org/wiki/Hans_Christian_Andersen
What am I doing wrong?
I guess this might be already solved, but I couldn't find the thread.
Comments
That markup link syntax is correct for both Snowman and SugarCube, but unfortunately Harlowe does not support it.
For Harlowe you will need to use either a (goto-url: ) macro or an (open-url: ) macro to achieve your desired result. Try one of the following:
(link: "someone")[(open-url: "http://es.wikipedia.org/wiki/Hans_Christian_Andersen"
But took out the last ";" to make it work.
Thank you both.