We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d737b commit f5f9844Copy full SHA for f5f9844
intent-core-properties/index.md
@@ -98,7 +98,7 @@ The data displayed below is derived from the YAML file
98
99
<dt id="prop-{{p.property}}">{{p.property}}dt>
100
<dd>
101
-{%- if p.effect -%}<div><i>Effecti>: {{p.effect | markdownify}}div>{%- endif -%}
+{%- if p.effect -%}<div><i>Effecti>: {{p.effect | markdownify | replace: "<p>", "<span>" | replace: "p>", "span>" }}div>{%- endif -%}
102
{%- if p.applicability %}<div><i>Applicabilityi>: {{p.applicability}}div>{%- endif -%}
103
{%- if p.intent -%}<div><i>Intenti>: <code>{{p.intent}}code>div>{%- endif -%}
104
{%- if p.comment -%}<div><i>Commenti>: <i>{%- for com in p.comment -%}
0 commit comments