mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 07:53:30 +02:00
10 lines
270 B
HTML
10 lines
270 B
HTML
<details>
|
|
<summary>
|
|
<strong>{{ summary | safe }}</strong> (<em>click to expand</em>)
|
|
</summary>
|
|
|
|
<blockquote class="pt-1 mx-0.5 mt-1 rounded-none border-dashed border-x-3 border-b-3">
|
|
{{ body | markdown | safe }}
|
|
</blockquote>
|
|
</details>
|