After updating to 1.4 (Although It could be a change in another plugin since this site was ~6m old and I did a bulk update to everything) ... I get " Twig_Error_Syntax - Unexpected character "&" ..." in the following markdown where I concat the string (~) in the twig. If I remove the tilde ~ it passes over to the next time I've done this.
title: footer2
process:
twig: true
MENU
Home
[Gallery]({{home_url ~ "/gallery" }})
Can anyone suggest what's going wrong?
thanks,
Hugh