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