Skip to content

Commit 8bf9af9

Browse files
authored
Merge pull request #463 from linawolf/br
Support br textrole for linebreak
2 parents 0528696 + 803c43d commit 8bf9af9

File tree

2 files changed

+6
-2
lines changed
  • packages/guides/resources/template/html/inline/textroles
  • tests/Functional/tests/br

2 files changed

+6
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{%- apply spaceless %}<br/>{% endapply -%}

tests/Functional/tests/br/br.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
SKIP br-role does not work
2-
<p>One line<br/>Second line</p>
1+
<p>
2+
One line
3+
<br/>
4+
Second line
5+
</p>

0 commit comments

Comments
 (0)