def get_short_links_html(self): """Get a list of short links.""" return Utils.remove_p(markdown(self.get_short_links_markdown()))
def get_title_html(self): return Utils.remove_p(markdown(self.get_title_markdown()))
def get_teaser_html(self): return Utils.remove_p(markdown(self.get_teaser_markdown()))
def get_doi_html(self): return Utils.remove_p(markdown(self.get_doi_markdown()))