Render HTML out of markdown content

This commit is contained in:
Thilo Hohlt
2024-08-03 13:49:41 +02:00
parent d306872179
commit 0b2a9f2383
12 changed files with 171 additions and 25 deletions

View File

@@ -11,14 +11,16 @@
<section>
<h2>Overview</h2>
<p>
<strong>Username:</strong>
{data.user.username}
</p>
<p>
<strong>ID:</strong>
{data.user.id}
</p>
<ul>
<li>
<strong>Id:</strong>
{data.user.id}
</li>
<li>
<strong>Username:</strong>
{data.user.username}
</li>
</ul>
</section>
<section>