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
3232
3333{%- assign toct = "" -%}
3434{%- for tocp in site.data.open-properties -%}
35- {% if toct != tocp.type %}
35+ {% if toct == tocp.type -%}
36+ ,
37+ {% else %}
3638
3739{% unless toct == "" %}
3840</p >
@@ -96,7 +98,7 @@ The data displayed below is derived from the YAML file
9698
9799<dt id =" prop-{{p.property}} " >{{p.property}}</dt >
98100<dd >
99- {%- if p.effect -%}<div ><i >Effect</i >: {{p.effect}}</div >{%- endif -%}
101+ {%- if p.effect -%}<div ><i >Effect</i >: {{p.effect | markdownify | replace: "< p >", "< span >" | replace: "</ p >", "</ span >" }}</div >{%- endif -%}
100102{%- if p.applicability %}<div ><i >Applicability</i >: {{p.applicability}}</div >{%- endif -%}
101103{%- if p.intent -%}<div ><i >Intent</i >: <code >{{p.intent}}</code ></div >{%- endif -%}
102104{%- if p.comment -%}<div ><i >Comment</i >: <i >{%- for com in p.comment -%}
@@ -110,6 +112,7 @@ The data displayed below is derived from the YAML file
110112{% highlight xml %}
111113{{e.mathml }}
112114{% endhighlight %}
115+ <math display =" block " >{{e.mathml}}</math >
113116{% endif %}
114117{%- for language in site.data.languages -%}
115118{%- if e[ language.language-code] %}
You can’t perform that action at this time.
0 commit comments