Migrate from Bazel

This commit is contained in:
Marc Plano-Lesay 2025-12-12 15:30:04 +11:00
commit 016dbd0814
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
59 changed files with 7044 additions and 0 deletions

View 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>

View file

@ -0,0 +1 @@
<div class="code-block__filename">{{ body }}</div>

View file

@ -0,0 +1,4 @@
<figure>
<div class="mermaid">{{ body }}</div>
{% if caption %}<figcaption>{{ caption }}</figcaption>{% endif %}
</figure>