예제 #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)