Ticket #2388
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:
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
Ticket resolved in 1.0.70
Fixed - also see 2634
Login or Signup to reply.
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:
So in fandoc I tried:
But that results in:
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