-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Version:
- listmonk: v2.5.1
- OS: Ubuntu
Description of the bug and steps to reproduce:
Usage of {{TrackLink}}
completely fails if format is Markdown.
I have only this text in the editor:
[**Talk Python**]({{ TrackLink "https://talkpython.fm" }})
Pressing Preview shows an error:
{"message":"Error compiling template: error compiling message: template: content:1: unexpected \"\u0026\" in operand"}
Removing TrackLink and going back to the markdown of just [**Talk Python**](https://talkpython.fm)
everything works fine.
I am using the Default Archive Template just to use something consistent. I thought it might have been my custom template.