Skip to content

Commit f5f9844

Browse files
committed
unpar
1 parent 75d737b commit f5f9844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intent-core-properties/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The data displayed below is derived from the YAML file
9898

9999
<dt id="prop-{{p.property}}">{{p.property}}dt>
100100
<dd>
101-
{%- if p.effect -%}<div><i>Effecti>: {{p.effect | markdownify}}div>{%- endif -%}
101+
{%- if p.effect -%}<div><i>Effecti>: {{p.effect | markdownify | replace: "<p>", "<span>" | replace: "p>", "span>" }}div>{%- endif -%}
102102
{%- if p.applicability %}<div><i>Applicabilityi>: {{p.applicability}}div>{%- endif -%}
103103
{%- if p.intent -%}<div><i>Intenti>: <code>{{p.intent}}code>div>{%- endif -%}
104104
{%- if p.comment -%}<div><i>Commenti>: <i>{%- for com in p.comment -%}

0 commit comments

Comments
 (0)