Feature #14063
closed
Added by Felix Muster almost 13 years ago.
Updated almost 13 years ago.
Description
Hello,
I want to use HTML-Code in Redmine.
I have a piece of code that should enable this:
desc “Insert html” + “\n\n” +
” !{{html(html block)}}”
macro :html do |obj, args, text|
text.html_safe
end
but I don't know how to implement...
(We use the newest redmine-version)
- Status changed from New to Closed
- Resolution set to Invalid
Felix Muster wrote:
I want to use HTML-Code in Redmine.
I have a piece of code that should enable this:
desc “Insert html” + “\n\n” +
” !{{html(html block)}}”
macro :html do |obj, args, text|
text.html_safe
end
but I don't know how to implement...
This is a support request and not a feature request. Please head over to the forums to request help with implementing this custom macro, see e.g. Insert HTML fragments.
Quick test shows the code you've provided isn't working correctly on Redmine trunk.
Also available in: Atom
PDF