Actions
Feature #14063
closedUse HTML-Code
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
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)
Updated by Mischa The Evil over 12 years ago
- 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
endbut 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. .
Quick test shows the code you've provided isn't working correctly on Redmine trunk.
Actions