Revision 6837
Added by Aaron Marcuse-Kubitza about 12 years ago
dict2redmine | ||
---|---|---|
91 | 91 |
|
92 | 92 |
term = row[self.term_col] |
93 | 93 |
def_ = row[self.def_col] |
94 |
self.stream.write('h3. '+term+'\n\n')
|
|
94 |
self.stream.write('h2. '+term+'\n\n')
|
|
95 | 95 |
if def_: self.stream.write(def_+'\n\n') |
96 | 96 |
|
97 | 97 |
table = RedmineTableWriter(self.stream) |
Also available in: Unified diff
dict2redmine: RedmineDictWriter: Use h2 instead of h3 for the term name so that the term will be normal-sized instead of smaller in the Redmine table of contents