diff --git a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx index 2c68fe877..2c4152eee 100644 --- a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx +++ b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx @@ -260,7 +260,20 @@ const renderers = { ); }, - + strong: ({ children }) => { + return ( + + {children} + + ); + }, + emphasis: ({ children }) => { + return ( + + {children} + + ) + }, blockquote: ({ children, tall, ...rest }) => { return (