##// END OF EJS Templates
closes #7
Paul Ivanov -
Show More
@@ -90,11 +90,11 b' class Converter(object):'
90 90 f.write(self.output.encode(encoding))
91 91 return infile
92 92
93 def optional_header():
94 pass
93 def optional_header(self):
94 return []
95 95
96 def optional_footer():
97 pass
96 def optional_footer(self):
97 return []
98 98
99 99 def render_heading(self, cell):
100 100 """convert a heading cell
General Comments 0
You need to be logged in to leave comments. Login now