def get_plain_text(self):
action = html2text(smart_str(self.action)).rstrip()
effect = html2text(smart_str(self.effect)).rstrip()
setup = html2text(smart_str(self.setup)).rstrip()
breakdown = html2text(smart_str(self.breakdown)).rstrip()
return PlainText(action=action, setup=setup,
effect=effect, breakdown=breakdown)
评论列表
文章目录