1{%- include snippets/assign.html target=site.data.variables.default.chart
2  source0=site.chart source1=page.chart -%}
3{%- if __return == true -%}
4  {%- include markdown-enhancements/chart.html -%}
5{%- endif -%}
6
7{%- include snippets/assign.html target=site.data.variables.default.mathjax
8  source0=site.mathjax source1=page.mathjax -%}
9{%- if __return == true -%}
10  {%- include markdown-enhancements/mathjax.html -%}
11{%- endif -%}
12
13{%- include snippets/assign.html target=site.data.variables.default.mermaid
14  source0=site.mermaid source1=page.mermaid -%}
15{%- if __return == true -%}
16  {%- include markdown-enhancements/mermaid.html -%}
17{%- endif -%}