Announcement

Provoz fóra byl ukončen

Syntax for URL links does not work

9 years ago

Neuromancer
Member | 2

Hello,

I am going to include Texy in my PHP framework/CMS Bluebird.

But I have some issues with the syntax for links :

[ My Page | http://www.mypage.com ]

Displays :

[ My Page | <a href=“http://www.mypage.com”>www.mypage…</a>]

Instead of :

<a href=“http://www.mypage.com”>My Page</a>

Last edited by Neuromancer (2010-04-01 20:28)

9 years ago

Neuromancer
Member | 2

The syntax given in the documentation is wrong.

The right syntax for links is :

“Click here”: http://myurl.com