<a target="_blank" href=`{{url}}` download>Download {{body}}</a>
This is the code I am using.
href link should be https://matrix-client.matrix.org/_matrix/media/r00/download/matrix.org/dsgakdgaksgd
wrong href link is http://localhost:3000/%60https://matrix-client.matrix.org/_matrix/media/r00/download/matrix.org/dsgakdgaksgd%60
Can anyone explain why this is happening?
`href="https://matrix-client.matrix.org/_matrix/media/r00/download/matrix.org/{{changingPart}}"`
I used the above URL instead of the {{url}} it worked and there was no localhost part was attached to it.