mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 19:07:41 +01:00
13 lines
388 B
HTML
13 lines
388 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% extends "base.html" %}
|
|
{% block announce %}
|
|
<img alt="🐣" class="twemoji" src="https://twemoji.maxcdn.com/v/latest/svg/1f423.svg" title=":hatching_chick:">
|
|
Material for MkDocs 5.0.0rc2
|
|
<div class="admonition tip">
|
|
<p class="admonition-title">Admonition</p>
|
|
<p>Admonition content</p>
|
|
</div>
|
|
{% endblock %}
|