File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ The data displayed below is derived from the YAML file
32
32
33
33
{%- assign toct = "" -%}
34
34
{%- for tocp in site.data.open-properties -%}
35
- {% if toct != tocp.type %}
35
+ {% if toct == tocp.type -%}
36
+ ,
37
+ {% else %}
36
38
37
39
{% unless toct == "" %}
38
40
p >
@@ -96,7 +98,7 @@ The data displayed below is derived from the YAML file
96
98
97
99
<dt id =" prop-{{p.property}} " >{{p.property}}dt >
98
100
<dd >
99
- {%- if p.effect -%}<div ><i >Effecti >: {{p.effect}}div >{%- endif -%}
101
+ {%- if p.effect -%}<div ><i >Effecti >: {{p.effect | markdownify | replace: "< p >", "< span >" | replace: " p >", " span >" }}div >{%- endif -%}
100
102
{%- if p.applicability %}<div ><i >Applicabilityi >: {{p.applicability}}div >{%- endif -%}
101
103
{%- if p.intent -%}<div ><i >Intenti >: <code >{{p.intent}}code >div >{%- endif -%}
102
104
{%- if p.comment -%}<div ><i >Commenti >: <i >{%- for com in p.comment -%}
@@ -110,6 +112,7 @@ The data displayed below is derived from the YAML file
110
112
{% highlight xml %}
111
113
{{e.mathml }}
112
114
{% endhighlight %}
115
+ <math display =" block " >{{e.mathml}}math >
113
116
{% endif %}
114
117
{%- for language in site.data.languages -%}
115
118
{%- if e[ language.language-code] %}
You can’t perform that action at this time.
0 commit comments