inline_view_component
inline_view_component copied to clipboard
clean up interpolation gotcha
trying to use string interpolation in your template will instead try to interpolate into the heredoc, which is probably not what you want.
- [ ] Update docs to recommend no-interpolation heredocs ala https://makandracards.com/makandra/15003-how-to-ruby-heredoc-without-interpolation
- [ ] update syntax highlighting to support single quoted heredoc delimiters