You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to fact that kato uses markdown instead of html. At first I would recommend trying to rewrite redmine hubot script to output links in markdown instead of html.
Bigger issue is that now all hubot adapters can work with same format, for example IRC is text only, so same of scripts won't work properly. Can you show me which scripts not working, so I could investigate it more?
I did exactly that for my personal bot's copy of the redmine.coffee script -- but if hubot scripts are intended to work cross-adapter, maybe the kato adapter should transform links to markdown?
the plugin drops in <a href='.......'>#234</a></pre> which obviously does not render properly.
this either needs to be adapted to markdown or supported
The text was updated successfully, but these errors were encountered: