7 lines
155 B
HTML
Raw Normal View History

{% if doc.deprecated %}
<section class="deprecated">
2018-08-08 15:15:56 +08:00
<h2 id="deprecation-notes">弃用说明</h2>
{$ doc.deprecated | marked $}
</section>
2018-08-08 15:15:56 +08:00
{% endif %}