#2388 fandoc: Wrapping an image in a link

SlimerDude Sat 10 Jan 2015

Hi, in fandoc notation, is it possible to wrap an image in a link?

In GitHub / BitBucket markdown I can do this:

[![Fantom](http://example.org/fantom.png)](http://example.org/)

So in fandoc I tried:

[![Fantom]`http://example.org/fantom.png`]`http://example.org/`

But that results in:

Fantom

brian Sat 10 Jan 2015

Ticket promoted to #2388 and assigned to brian

That isn't supported today, but would probably be pretty easy to add.

I also noticed that we need to fix the fandoc img example which is using an old URI

brian Wed 18 Oct 2017

Ticket resolved in 1.0.70

Fixed - also see 2634

Login or Signup to reply.