Roundup Tracker - Issues

Message7005

Author rouilj
Recipients ced, cmeerw, rouilj
Date 2020-10-28.03:14:10
Message-id <1603854851.62.0.0491076809278.issue2551096@roundup.psfhosted.org>
In-reply-to
Cedric, silly question how are you calling markdown in your template?

According to the code it should be hyperlinking bare url's:

      def markdown(self, hyperlink=1):
        """ Render the value of the property as markdown.

            This requires markdown2 or markdown to be installed
            separately.
        """
 
Are you setting hyperlink to 0?

Also probably need to update the list to include mistune as well but...
History
Date User Action Args
2020-10-28 03:14:11rouiljsetmessageid: <1603854851.62.0.0491076809278.issue2551096@roundup.psfhosted.org>
2020-10-28 03:14:11rouiljsetrecipients: + rouilj, cmeerw, ced
2020-10-28 03:14:11rouiljlinkissue2551096 messages
2020-10-28 03:14:10rouiljcreate