Skip to content

Commit ccb9b2c

Browse files
authored
Merge branch 'main' into code-block-whitespace
2 parents d9a4084 + 8bf9af9 commit ccb9b2c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
SKIP interpreted text does not render as code
21
<p>Testing some <code>interpreted text</code>...</p>
32
<p><code>a</code> or <code>aa</code> or <code>.\/$!</code></p>
43
<p><code>This long interpreted text is longer
5-
than one line</code></p>
4+
than one line</code></p>

0 commit comments

Comments
 (0)