diff --git a/src/app/content/views/Footer/index.tsx b/src/app/content/views/Footer/index.tsx
index a6acf9d..3a4714a 100644
--- a/src/app/content/views/Footer/index.tsx
+++ b/src/app/content/views/Footer/index.tsx
@@ -323,7 +323,7 @@ const Footer: FC = () => {
{user.username.at(0)}
-
{user.username}
+ {user.username}
)}
>
diff --git a/src/components/Markdown.tsx b/src/components/Markdown.tsx
index 34c8db9..797c651 100644
--- a/src/components/Markdown.tsx
+++ b/src/components/Markdown.tsx
@@ -46,12 +46,21 @@ const Markdown: FC = ({ children = '', className }) => {
urlTransform={urlTransform}
components={{
h1: ({ className, ...props }) => (
-
+
+ ),
+ h2: ({ className, ...props }) => (
+
+ ),
+ h3: ({ className, ...props }) => (
+
+ ),
+ h4: ({ className, ...props }) => (
+
),
- h2: ({ className, ...props }) => ,
img: ({ className, alt, ...props }) => (
),
+ strong: ({ className, ...props }) => ,
a: ({ className, ...props }) => (