Message7006
On 2020-10-28 03:14, John Rouillard wrote:
> Cedric, silly question how are you calling markdown in your template?
Just like the jinja2 template:
msg.content.markdown()
> 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?
No. But I checked the code and indeed the markdown method does not do
anything with the url or email matching.
Here is a patch that implement this behavior for markdown. |
|
Date |
User |
Action |
Args |
2020-10-28 08:27:03 | ced | set | recipients:
+ ced, rouilj, cmeerw |
2020-10-28 08:27:03 | ced | link | issue2551096 messages |
2020-10-28 08:27:02 | ced | create | |
|