Exemplo n.º 1
0
 def get_short_links_html(self):
   """Get a list of short links."""
   return Utils.remove_p(markdown(self.get_short_links_markdown()))
Exemplo n.º 2
0
 def get_title_html(self):
   return Utils.remove_p(markdown(self.get_title_markdown()))
Exemplo n.º 3
0
 def get_teaser_html(self):
   return Utils.remove_p(markdown(self.get_teaser_markdown()))
Exemplo n.º 4
0
 def get_doi_html(self):
   return Utils.remove_p(markdown(self.get_doi_markdown()))