Project

General

Profile

Actions

Defect #7375

closed

<pre> ... </pre> doesn't escape wiki syntax correctly

Added by Michele d'Amico about 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2011-01-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

Try this wiki code (see http://demo.redmine.org/projects/testcode/wiki/Wiki):

  
does really escape?
<code class="ruby">
# The Greeter class
class Greeter
  def initialize(name)
    @name = name.capitalize
  end

  def salute
    puts "Hello #{@name}!" 
  end
end
</code>

I think that the pre tag blocks should escape the wiki syntax at all without "see" any wiki code like tags


Files

example_7375.text (229 Bytes) example_7375.text Michele d'Amico, 2011-01-24 10:41

Related issues

Related to Redmine - Defect #8395: Tags start with 'pre' are handled as 'pre' tag in TextileClosedGo MAEDA2011-05-18

Actions
Is duplicate of Redmine - Defect #4472: Escape <code> tagNew2009-12-22

Actions
Actions

Also available in: Atom PDF