Dear,
When I export my style the table of content appears completely in bold instead of only the parts that I indicated with **.
Could anyone take a look at my code and inform me why this problem occurs?
**<font color="#000000" size="24">{% t "Table of content"%} </font>**
<br>
|:--------------------------------------------------------------------------------------------------------------------------------+
|**<font size ="18">{% t "Information bundle for your files only" %}</font>**
|<br> <font size ="16">{% t "Tax Reporting Memo" %}</font> |
|:--80%--------------------------------------------------------|----------------------------:+{% for toc in export.toc %}{% assign title = toc.title%} {% if title == "Tax Data, Opportunities and Suggested Actions" %}
|<br> [<font size ="14">{% t "Tax Data, Opportunities and Suggested Actions" %}</font>](#{{toc.anchor}}) | <br> [<font size ="14">{{ toc.number }}</font>](#{{toc.anchor}}) {% elsif title == "Reconciliation and Tax Calculation" %}
|:--80%--------------------------------------------------------|------------------------------------------------------------------:+
| [<font size ="14">{% t "Reconciliation and Tax Calculation" %}</font>](#{{toc.anchor}}) | [<font size ="14">{{ toc.number }}</font>](#{{toc.anchor}}) {% elsif title == "Key Filing Positions" %}
|:--80%--------------------------------------------------------|------------------------------------------------------------------:+
| [<font size ="14">{% t "Key Filing Positions" %}</font>](#{{toc.anchor}}) | [<font size ="14">{{ toc.number }}</font>](#{{toc.anchor}}) {% elsif title == "Tax Insights" %}
|:--80%--------------------------------------------------------|------------------------------------------------------------------:+
|<br>**[<font size ="16">{% t "Tax Insights" %}</font>](#{{toc.anchor}})** | <br>**[<font size ="16">{{ toc.number }}</font>](#{{toc.anchor}})** {% elsif title == "Stay Connected" %}
|:--80%--------------------------------------------------------|------------------------------------------------------------------:+
|<br>**[<font size ="16">{% t "Stay Connected" %}</font>](#{{toc.anchor}})** | <br>**[<font size ="16">{{ toc.number }}</font>](#{{toc.anchor}})** {% elsif title == "Instructions for Filing" %}
|:--80%--------------------------------------------------------|------------------------------------------------------------------:+
|<br>**[<font size ="16">{% t "Instructions for Filing" %}</font>](#{{toc.anchor}})** | <br>**[<font size ="16">{{ toc.number }}</font>](#{{toc.anchor}})** {% elsif title == "Tax Return and Annexes" %}
Thanks,
Marnix