Skip to content

Commit

Permalink
fix(preview): fix md style
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohadIGN committed Jan 30, 2025
1 parent ceb339c commit 1be592c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
>
{{ record.title }}
</h1>
<p class="line-clamp-3">{{ abstract }}</p>
<p class="line-clamp-3">
<gn-ui-markdown-parser [textContent]="abstract" whitoutStyles="true" />
</p>
<gn-ui-thumbnail
*ngIf="record.overviews?.[0]"
class="block mt-3 w-full h-[136px] border border-gray-100 rounded-lg overflow-hidden"
Expand Down

0 comments on commit 1be592c

Please sign in to comment.