Migrate from Bazel
This commit is contained in:
commit
016dbd0814
59 changed files with 7044 additions and 0 deletions
6
themes/retro-future/templates/shortcodes/aside.html
Normal file
6
themes/retro-future/templates/shortcodes/aside.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<aside class="note note--{{ type | default(value='note') }}">
|
||||
<div class="note__title">{{ title | default(value=type | default(value="note") | capitalize) }}</div>
|
||||
<div class="note__content">
|
||||
{{ body | markdown | safe }}
|
||||
</div>
|
||||
</aside>
|
||||
1
themes/retro-future/templates/shortcodes/filename.html
Normal file
1
themes/retro-future/templates/shortcodes/filename.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<div class="code-block__filename">{{ body }}</div>
|
||||
4
themes/retro-future/templates/shortcodes/mermaid.html
Normal file
4
themes/retro-future/templates/shortcodes/mermaid.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<figure>
|
||||
<div class="mermaid">{{ body }}</div>
|
||||
{% if caption %}<figcaption>{{ caption }}</figcaption>{% endif %}
|
||||
</figure>
|
||||
Loading…
Add table
Add a link
Reference in a new issue