mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add markdown to board description
This commit is contained in:
@@ -1202,7 +1202,7 @@ const Board = () => {
|
||||
</span>
|
||||
<blockquote>
|
||||
<div className="custom-paragraph">
|
||||
{subplebbit.description}
|
||||
<Post content={subplebbit.description} />
|
||||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
@@ -1255,7 +1255,7 @@ const Board = () => {
|
||||
) : null}
|
||||
<blockquote className="post-message-mobile">
|
||||
<div className="custom-paragraph">
|
||||
{subplebbit.description}
|
||||
<Post content={subplebbit.description} />
|
||||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user