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>
|
</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<div className="custom-paragraph">
|
<div className="custom-paragraph">
|
||||||
{subplebbit.description}
|
<Post content={subplebbit.description} />
|
||||||
</div>
|
</div>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
@@ -1255,7 +1255,7 @@ const Board = () => {
|
|||||||
) : null}
|
) : null}
|
||||||
<blockquote className="post-message-mobile">
|
<blockquote className="post-message-mobile">
|
||||||
<div className="custom-paragraph">
|
<div className="custom-paragraph">
|
||||||
{subplebbit.description}
|
<Post content={subplebbit.description} />
|
||||||
</div>
|
</div>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</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 { TopBar, BoardForm, Footer, ReplyFormLink} from '../styled/views/Thread.styled';
|
||||||
import { PostMenuCatalog } from '../styled/views/Catalog.styled';
|
import { PostMenuCatalog } from '../styled/views/Catalog.styled';
|
||||||
import ImageBanner from '../ImageBanner';
|
import ImageBanner from '../ImageBanner';
|
||||||
|
import Post from '../Post';
|
||||||
import AdminListModal from '../modals/AdminListModal';
|
import AdminListModal from '../modals/AdminListModal';
|
||||||
import OfflineIndicator from '../OfflineIndicator';
|
import OfflineIndicator from '../OfflineIndicator';
|
||||||
import SettingsModal from '../modals/SettingsModal';
|
import SettingsModal from '../modals/SettingsModal';
|
||||||
@@ -357,7 +358,7 @@ const Description = () => {
|
|||||||
</span>
|
</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<div className="custom-paragraph">
|
<div className="custom-paragraph">
|
||||||
{subplebbit.description}
|
<Post content={subplebbit.description} />
|
||||||
</div>
|
</div>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
@@ -405,7 +406,7 @@ const Description = () => {
|
|||||||
) : null}
|
) : null}
|
||||||
<blockquote className="post-message-mobile">
|
<blockquote className="post-message-mobile">
|
||||||
<div className="custom-paragraph">
|
<div className="custom-paragraph">
|
||||||
{subplebbit.description}
|
<Post content={subplebbit.description} />
|
||||||
</div>
|
</div>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user