From e12ef928582b6f5d00a6f53468b41ba0450354c6 Mon Sep 17 00:00:00 2001 From: vbudko Date: Fri, 10 Apr 2026 15:06:31 +0100 Subject: [PATCH] MathMarkdown on --- src/modules/search-result/search-result.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/modules/search-result/search-result.jsx b/src/modules/search-result/search-result.jsx index 647dd54e..c87542e4 100644 --- a/src/modules/search-result/search-result.jsx +++ b/src/modules/search-result/search-result.jsx @@ -7,6 +7,7 @@ import { Heading, MetadataList, ExpandableList, + MathMarkdown, LogoGroup, DataProviderLogo, } from '../../elements' @@ -128,7 +129,13 @@ const SearchResult = ({ {isRecommended ? textUpperHeader : ''}
- {metadataLink ? {title} : title} + {metadataLink ? ( + + {title} + + ) : ( + title + )} {useLogo && ( @@ -193,7 +200,7 @@ const SearchResult = ({
- {children} + {children}