Added markdown render
This commit is contained in:
parent
ce9a9c5915
commit
951760b619
8 changed files with 130 additions and 47 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue