File tree Expand file tree Collapse file tree
src/app/shared/explore/section-component/grid-section Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div class ="grid-container py-5 ">
22 < div class ="cris-section-element-background path-title ">
33 < div class ="inner-container d-flex flex-column justify-content-center gap-3 h-100 ">
4- < div class ="main-content-badge mb-3 "> {{ maincontentBadge | translate }}</ div >
4+ < div class ="main-content-badge mb-3 ">
5+ < ds-markdown-viewer [value] ="maincontentBadge | translate "> </ ds-markdown-viewer >
6+ </ div >
57 < h2 >
68 < div class ="main-content-title-1 ">
7- {{ maincontentTitle | translate }}
9+ < ds-markdown-viewer [value] =" maincontentTitle | translate " > </ ds-markdown-viewer >
810 </ div >
911 < div class ="main-content-title-2 ">
10- {{ maincontentSubtitle | translate }}
12+ < ds-markdown-viewer [value] =" maincontentSubtitle | translate " > </ ds-markdown-viewer >
1113 </ div >
1214 </ h2 >
1315 < p class ="main-content-text text-muted ">
14- {{ maincontentAbstract | translate }}
16+ < ds-markdown-viewer [value] =" maincontentAbstract | translate " > </ ds-markdown-viewer >
1517 </ p >
1618 < div class ="align-self-end ">
1719 < button type ="button " class ="btn btn-dark " (click) ="goToMainContentLink() ">
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ import { SearchResult } from '../../../../shared/search/models/search-result.mod
6161import { followLink } from '../../../../shared/utils/follow-link-config.model' ;
6262import { PaginationComponentOptions } from '../../../pagination/pagination-component-options.model' ;
6363import { PaginatedSearchOptions } from '../../../search/models/paginated-search-options.model' ;
64+ import { MarkdownViewerComponent } from '../../../markdown-viewer/markdown-viewer.component' ;
6465
6566/**
6667 * Component representing the Grid component section.
@@ -77,6 +78,7 @@ import { PaginatedSearchOptions } from '../../../search/models/paginated-search-
7778 RouterLink ,
7879 NgxSkeletonLoaderModule ,
7980 NgTemplateOutlet ,
81+ MarkdownViewerComponent ,
8082 ] ,
8183 standalone : true ,
8284} )
You can’t perform that action at this time.
0 commit comments