Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Better support for .erb comment blocks #190

@Vuneu

Description

@Vuneu

Expected behavior

<% 
=begin %>
  <p id="notice"><%= notice %></p>
  <h1><%= content %></h1>
<% 
=end %>

Actual behavior

<%# <p id="notice"><%= notice %></p>
<h1><%= content %></h1> %>

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestAdds currently unsupported functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions