This PR add lychee.html and the double-dollar operator in front of user-supplied data.
I did a quick search for the regex [^$]\$\{[^}]*(title|Title|name|desc) and hopefully I found all problematic cases. This is a hotfix. In particular it might introduce some undesired regression due to "double" escaping. But it should mostly be fine.
This PR add
lychee.html
and the double-dollar operator in front of user-supplied data.I did a quick search for the regex
[^$]\$\{[^}]*(title|Title|name|desc)
and hopefully I found all problematic cases. This is a hotfix. In particular it might introduce some undesired regression due to "double" escaping. But it should mostly be fine.