Skip to content

Commit

Permalink
Merge pull request Sefaria#1778 from Sefaria/markdown-search-results
Browse files Browse the repository at this point in the history
fix(Search Result): markdown should be properly rendered
  • Loading branch information
stevekaplan123 authored Jan 15, 2024
2 parents c978c70 + 38704d3 commit 228bf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/SearchResultList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const SearchTopic = (props) => {
{topicCategory}
{"enDesc" in props.topic ?
<div className="topicDescSearchResult systemText">
<InterfaceText text={{en:props.topic.enDesc, he:props.topic.heDesc}}/>
<InterfaceText markdown={{en:props.topic.enDesc, he:props.topic.heDesc}}/>
</div> : null}
{sourcesSheetsDiv}
</div>
Expand Down

0 comments on commit 228bf44

Please sign in to comment.