add syscall article

This commit is contained in:
2024-09-27 00:03:54 +01:00
parent 42e3d86d85
commit ff813fa852
7 changed files with 204 additions and 1 deletions

View File

@ -0,0 +1 @@
<p id="ref{{ n }}">[{{ n }}] <a href="{{ url }}">{{ url }}</a> <a href="javascript:history.back()" style="text-decoration: none;">(↑)</a></p>

View File

@ -0,0 +1,12 @@
<blockquote class="note">
{% set icon = load_data(path="static/images/info.svg") %}
<div class="icon">
{{ icon | safe }}
</div>
<div class="content">
{% if header %}
<p><strong>{{ header }}</strong></p>
{% endif %}
{{ body | markdown | safe }}
</div>
</blockquote>

View File

@ -0,0 +1 @@
{% if not nosup %}<sup>{% endif %}<a href="#ref{{ n }}" style="text-decoration: none;">[{{ n }}]</a>{% if not nosup %}</sup>{% endif %}