diff --git a/.changeset/witty-hotels-know.md b/.changeset/witty-hotels-know.md
new file mode 100644
index 0000000000..4b20111fa7
--- /dev/null
+++ b/.changeset/witty-hotels-know.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-tech-radar': patch
+---
+
+Add markdown support for tech radar entry description
diff --git a/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx b/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx
index 20c489f630..3ac4f153be 100644
--- a/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx
+++ b/plugins/tech-radar/src/components/RadarDescription/RadarDescription.tsx
@@ -19,6 +19,7 @@ import Dialog from '@material-ui/core/Dialog';
import DialogTitle from '@material-ui/core/DialogTitle';
import { Button, DialogActions, DialogContent } from '@material-ui/core';
import LinkIcon from '@material-ui/icons/Link';
+import { MarkdownContent } from '@backstage/core';
export type Props = {
open: boolean;
@@ -43,7 +44,9 @@ const RadarDescription = (props: Props): JSX.Element => {
{title}
- {description}
+
+
+
{url && (