Beispiel #1
0
 def item_content_encoded(self, item):
     """
     Full entry content
     """
     return markdown(item.content)
Beispiel #2
0
 def item_content_encoded(self, item):
     """
     Full entry content
     """
     return markdown(item.content)
Beispiel #3
0
 def item_description(self, item):
     """
     Short, base-RSS supported description
     """
     return markdown(item.blurb)
Beispiel #4
0
 def item_description(self, item):
     """
     Short, base-RSS supported description
     """
     return markdown(item.blurb)