示例#1
0
 def set_html_as_text(self, html):
     """Set plain text from HTML"""
     self.set_text(to_markdown(html))
示例#2
0
	def set_html_as_text(self, html):
		"""Set plain text from HTML"""
		self.set_text(to_markdown(html))
示例#3
0
 def set_html_as_text(self, html):
     """return html2text"""
     self.set_text(to_markdown(html))
示例#4
0
文件: email_body.py 项目: vrms/frappe
 def set_html_as_text(self, html):
     """return html2text"""
     self.set_text(to_markdown(html))