From d4b375ddfc58c2fc43af7ecc7f2c60f078ac5d94 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Thu, 13 Jul 2023 16:03:22 +0200 Subject: [PATCH] add markdown to board description --- src/components/views/Board.jsx | 4 ++-- src/components/views/Description.jsx | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx index 8461a496..db9c03ff 100755 --- a/src/components/views/Board.jsx +++ b/src/components/views/Board.jsx @@ -1202,7 +1202,7 @@ const Board = () => {
- {subplebbit.description} +
@@ -1255,7 +1255,7 @@ const Board = () => { ) : null}
- {subplebbit.description} +
diff --git a/src/components/views/Description.jsx b/src/components/views/Description.jsx index 1120b019..4222b788 100644 --- a/src/components/views/Description.jsx +++ b/src/components/views/Description.jsx @@ -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 = () => {
- {subplebbit.description} +
@@ -405,7 +406,7 @@ const Description = () => { ) : null}
- {subplebbit.description} +