diff --git a/src/components/Post.jsx b/src/components/Post.jsx
index 501adbcb..3750c61b 100644
--- a/src/components/Post.jsx
+++ b/src/components/Post.jsx
@@ -122,6 +122,7 @@ const Post = ({ content, postQuoteOnClick, postQuoteOnOver, postQuoteOnLeave, po
remarkPlugins={[blockquoteToGreentext, breaks]}
rehypePlugins={[[rehypeSanitize, customSchema]]}
components={{
+ a: ({ children, href }) => {`[${children}](${href})`},
img: ({ src }) => {src},
video: ({ src }) => {src},
source: ({ src }) => {src},