Non-HTML tag, substituted from \t, now convert back into \t.
(self, node, e)
| 176 | self.currentImage = None # Keep the last processed image, in case there are captions to add. |
| 177 | |
| 178 | def node_tab(self, node, e): |
| 179 | """Non-HTML tag, substituted from \t, now convert back into \t.""" |
| 180 | self.append('\t') |
| 181 | |
| 182 | def dropcap(self, node, e): |
| 183 | context = self.context |