Skip to content
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

Ability to interpolate HTML inside text blocks #119

Closed
darthdeus opened this issue Feb 11, 2017 · 3 comments
Closed

Ability to interpolate HTML inside text blocks #119

darthdeus opened this issue Feb 11, 2017 · 3 comments

Comments

@darthdeus
Copy link

Currently

p
  | Hello #{link "world", to: "/foo"}

will result in an error

protocol String.Chars not implemented for {:safe, [60, "a", [[32, "href", 61, 34, "/world", 34]], 62, "Hello", 60, 47, "a", 62]}
@doomspork
Copy link
Member

Thanks @darthdeus! Want to take a shot at implementing this?

@Rakoth
Copy link
Member

Rakoth commented Jun 13, 2017

@darthdeus could you confirm it is fixed with current master?

@Rakoth
Copy link
Member

Rakoth commented Jun 20, 2017

fixed by #130

@Rakoth Rakoth closed this as completed Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants