mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: using markdown component
This commit is contained in:
parent
f5e6a536fd
commit
b46fd030a3
@ -182,37 +182,7 @@ const Bots: NextPage<BotsProps> = ({ data, date }) => {
|
|||||||
<div className='markdown-body pt-10 w-full lg:pr-5 lg:w-3/4'>
|
<div className='markdown-body pt-10 w-full lg:pr-5 lg:w-3/4'>
|
||||||
<Advertisement />
|
<Advertisement />
|
||||||
<Segment>
|
<Segment>
|
||||||
<h1>이 메세지는 테스트 메세지입니다.</h1>
|
<Markdown text={data.desc}/>
|
||||||
<h2>아이유 짱</h2>
|
|
||||||
<code>yee</code>
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<pre>멋진 코드블럭</pre>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>foo</th>
|
|
||||||
<th>bar</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>pizza</td>
|
|
||||||
<td>apple</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<ul className='list-disc'>
|
|
||||||
<li>first</li>
|
|
||||||
<li>second</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<ul className='list-decimal'>
|
|
||||||
<li>first</li>
|
|
||||||
<li>second</li>
|
|
||||||
</ul>
|
|
||||||
</Segment>
|
</Segment>
|
||||||
<Advertisement />
|
<Advertisement />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user