#2496 DocWriter.onImage

SlimerDude Fri 20 Nov 2015

The DocWriters in fandoc, namely FandocDocWriter, HtmlDocWriter, and MarkdownWriter all have a very useful onLink field:

** Callback to perform link resolution and checking for
** every Link element
|Link link|? onLink := null

How about adding an onImage field?

** Callback to perform link resolution and checking for
** every Image element
|Image image|? onImage := null

brian Fri 20 Nov 2015

That might be nice. Do you want to email a patch?

Login or Signup to reply.