示例#1
0
文件: feed.py 项目: Brant/bscom
 def item_content_encoded(self, item):
     """
     Full entry content
     """
     return markdown(item.content)
示例#2
0
 def item_content_encoded(self, item):
     """
     Full entry content
     """
     return markdown(item.content)
示例#3
0
文件: feed.py 项目: Brant/bscom
 def item_description(self, item):
     """
     Short, base-RSS supported description
     """
     return markdown(item.blurb)
示例#4
0
 def item_description(self, item):
     """
     Short, base-RSS supported description
     """
     return markdown(item.blurb)