after surrounding a section I need inky not to touch in <raw></raw> tags, the html is still being transformed. mixing .inky and .erb tags also does not work (rendering a plain html.erb partial inside an inky template is still transformed
also there is no "components" setting in config (even though it's specifically listed as a feature of this gem) which means I can't even just change the inky specific html to require an inky prefix (i.e. can't change <button> component to <inky-button> so i can still render a damn plain button when needed)
after surrounding a section I need inky not to touch in
<raw></raw>
tags, the html is still being transformed. mixing .inky and .erb tags also does not work (rendering a plain html.erb partial inside an inky template is still transformedalso there is no "components" setting in config (even though it's specifically listed as a feature of this gem) which means I can't even just change the inky specific html to require an
inky
prefix (i.e. can't change<button>
component to<inky-button>
so i can still render a damn plain button when needed)