mirror of
https://github.com/knadh/listmonk.git
synced 2025-11-10 01:31:24 +08:00
Quill link dialog (righly) escapes quotes in URL values there by breaking the
TrackLink() template function. That is, {{ TrackLink "https://listmonk.app" }}
when inserted using the Quill link dialog would become
{{ TrackLink "https://listmonk.app" }}. A simplework around is to
add support to backticks so that the template parser works with
{{ TrackLink `https://listmonk.app` }}
|
||
|---|---|---|
| .. | ||
| manager.go | ||