Consider this example: ```erb <%= component_page do %> <%= code_example " Text " %> <% end %> ``` On each save, `Text` gets indented another level: ```erb <%= component_page do %> <%= code_example " Text " %> <% end %> <!-- and... --> <%= component_page do %> <%= code_example " Text " %> <% end %> ``` I'd love to provide a PR but could really use a pointer for where to start.