Open leandrocp opened 1 month ago
The following template
~S|<!-- comment 1 --><!-- comment 2 -->|
Is being encoded as:
[%{"attrs" => %{}, "content" => [" comment 1 comment 2 "], "tag" => "html_comment"}]
It should generate two elements instead of merging into a single comment element.
The following template
Is being encoded as:
It should generate two elements instead of merging into a single comment element.