Example #1
0
File: feed.py Project: Brant/bscom
 def item_content_encoded(self, item):
     """
     Full entry content
     """
     return markdown(item.content)
Example #2
0
 def item_content_encoded(self, item):
     """
     Full entry content
     """
     return markdown(item.content)
Example #3
0
File: feed.py Project: Brant/bscom
 def item_description(self, item):
     """
     Short, base-RSS supported description
     """
     return markdown(item.blurb)
Example #4
0
 def item_description(self, item):
     """
     Short, base-RSS supported description
     """
     return markdown(item.blurb)