Exemple #1
0
 def set_html_as_text(self, html):
     """Set plain text from HTML"""
     self.set_text(to_markdown(html))
Exemple #2
0
	def set_html_as_text(self, html):
		"""Set plain text from HTML"""
		self.set_text(to_markdown(html))
Exemple #3
0
 def set_html_as_text(self, html):
     """return html2text"""
     self.set_text(to_markdown(html))
Exemple #4
0
 def set_html_as_text(self, html):
     """return html2text"""
     self.set_text(to_markdown(html))