Project

General

Profile

Patch #2054 ยป tables.patch

Patch based on Revision 1941 (trunk) - Karl Heinz Marbaise, 2008-10-19 21:23

View differences:

migrate_from_trac.rake (working copy)
296 296
        text = text.gsub(/~~/, '-')
297 297
        text = text.gsub(/`/, '@')
298 298
        text = text.gsub(/,,/, '~')        
299
	# Tables
300
	text = text.gsub(/\|\|/, '|')
301

  
299 302
        # Lists
300 303
        text = text.gsub(/^([ ]+)\* /) {|s| '*' * $1.length + " "}
301 304

  
    (1-1/1)