Actions
Defect #17577
closed<code> blocks have no numbers, help shows line numbers for <code> blocks though
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
The detailed wiki syntax help shows line numbers for code
blocks in wiki syntax source:/branches/2.5-stable/public/help/en/wiki_syntax_detailed.html#L275, currently the wiki syntax doesn't show them though:
# The Greeter class
class Greeter
def initialize(name)
@name = name.capitalize
end
def salute
puts "Hello #{@name}!"
end
end
Should the line numbers be added to the code
blocks or the line numbers be removed from the detailed help?
Related issues
Actions