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>
|
||||
|
||||
@@ -9,6 +9,7 @@ import { Container, NavBar, Header, Break, PostMenu, PostForm } from '../styled/
|
||||
import { TopBar, BoardForm, Footer, ReplyFormLink} from '../styled/views/Thread.styled';
|
||||
import { PostMenuCatalog } from '../styled/views/Catalog.styled';
|
||||
import ImageBanner from '../ImageBanner';
|
||||
import Post from '../Post';
|
||||
import AdminListModal from '../modals/AdminListModal';
|
||||
import OfflineIndicator from '../OfflineIndicator';
|
||||
import SettingsModal from '../modals/SettingsModal';
|
||||
@@ -357,7 +358,7 @@ const Description = () => {
|
||||
</span>
|
||||
<blockquote>
|
||||
<div className="custom-paragraph">
|
||||
{subplebbit.description}
|
||||
<Post content={subplebbit.description} />
|
||||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
@@ -405,7 +406,7 @@ const Description = () => {
|
||||
) : 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