Added markdown render

This commit is contained in:
Gnarwhal 2024-09-19 19:21:58 +01:00
parent ce9a9c5915
commit 951760b619
Signed by: Gnarwhal
GPG key ID: 80DB5B37E4C96776
8 changed files with 130 additions and 47 deletions

View file

@ -68,10 +68,7 @@ export default async function Page({
<div className={style.download_tty_group}>
{download_ttys.map((text, index) => <DownloadTTY key={index} text={text} />)}
</div>
<div className={style.wrapper}>
<Content src={`${root}${path}`} />
</div>
<Content src={`${root}${path}`} />
</div>
</div>
);