-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links inside a repeater not working #498
Comments
If you pass the option :dynamic and set it to true, it should work. repeat :all, dynamic: true do
text "<link href='http://example.com'>external link</link>", inline_format: true
end Not sure if that's the expected behaviour however. |
@gchan: Looks like so, yep. The ticket was only closed because we did a one-time bulk closure of tickets without recent activity in early November. Since it has a reproducing example and still is broken on master, I've re-opened. |
Right now my backlog is deep, so anyone who wants to take a crack at solving this issue or at least researching it further is welcome to do so. I wouldn't expect this should need to use |
@sandal I've updated my comment above with the workaround. Thanks for the prompt response! |
I've confirmed that #801 is a direct reproduction of this problem at the stamp level, so please follow that ticket for future updates. |
I don't think this should be the normal behavior, but:
produces a PDF with no link.
The
/URI (http://example.com)
is there, however, does not work.The text was updated successfully, but these errors were encountered: