build(aio): output {@example} tags as <code-example> elements (#15382)

This commit is contained in:
Pete Bacon Darwin
2017-03-22 20:24:40 +00:00
committed by Igor Minar
parent c58499786c
commit 8b4edcc7ad
6 changed files with 118 additions and 39 deletions

View File

@ -1,7 +1 @@
<div class="code-example">
{% marked %}
```
{$ doc.contents $}
```
{% endmarked %}
</div>
{$ doc.contents | escape $}