fix(aio): fix code highlight in API docs templates (#21630)

Fixes #21108

PR Close #21630
This commit is contained in:
George Kalpakas
2018-01-18 17:01:21 +02:00
committed by Miško Hevery
parent 97b18b2a5c
commit b2e902deb4
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
{%- macro renderMemberDetail(member, cssClass) -%}
<div class="{$ cssClass $}">
<a id="{$ member.anchor $}"></a>
<code-example hideCopy="true" class="no-box api-heading">{$ renderMember(member) $}</code-example>
<code-example language="ts" hideCopy="true" class="no-box api-heading">{$ renderMember(member) $}</code-example>
{%- if not member.notYetDocumented %}
{$ member.description | marked $}
{% endif -%}
@ -57,4 +57,4 @@
{% endif %}{% endfor %}
</section>
{% endif %}
{% endmacro %}
{% endmacro %}