(text)
| 598 | bundle['text/html'] += '<h1>' + title + '</h1>\n' + formatted_field['text/html'] + '\n' |
| 599 | |
| 600 | def code_formatter(text): |
| 601 | return { |
| 602 | 'text/plain': self.format(text), |
| 603 | 'text/html': pylight(text) |
| 604 | } |
| 605 | |
| 606 | if info['isalias']: |
| 607 | append_field(_mime, 'Repr', 'string_form') |