def text(self, match, context, next_state): """Titles, definition lists, paragraphs.""" return [match.string], 'Text', []