Hi, some news about this bug, in archive but still alive?
/forum/archive/twig-variable-as-link-t6829
A summary as of today:
Inside a markdown file, set active both markdown and twig process,
Add this
<div><a href="{{ mylink }}">click me!</a></div>
See how the href is not parsed...
But move your 'a' outside your 'div' and it works!
Thanks everybody!