Project

General

Profile

Actions

Feature #14063

closed

Use HTML-Code

Added by Felix Muster almost 11 years ago. Updated almost 11 years ago.

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)

Actions #1

Updated by Mischa The Evil almost 11 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
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.

Actions

Also available in: Atom PDF