<p><img src='email.png' alt='email.png'/> some text</p>
It's ok. But
some text ![email.png]`email.png` some text
render to
<p>some text ![email.png]`email.png` some text</p>
It's not ok. I expect
<p>some text <img src='email.png' alt='email.png'/> some text</p>
brianFri 18 May 2012
You would really have to subclass or tweak the code, because we don't really have those hooks. What we have done is used link or image tags for a bit of customization ourselves by trapping our own URIs for example.
Akcelisto Fri 18 May 2012
I need wiki markup for site. I use fandoc markup.
render to
It's ok. But
render to
It's not ok. I expect
brian Fri 18 May 2012
You would really have to subclass or tweak the code, because we don't really have those hooks. What we have done is used link or image tags for a bit of customization ourselves by trapping our own URIs for example.
Need to look at the image bug
brian Mon 20 May 2013
I fixed the embedded
<img>
bug