We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 090b890 + 28fb00c commit 7483332Copy full SHA for 7483332
1 file changed
โpages/program/talk-detail.tsxโ
@@ -122,7 +122,7 @@ export class TalkDetail extends React.Component<PropsType> {
122
presentation.slideUrl &&
123
<ProgramTableRow
124
header={t('program:talkDetail.slideUrl')} >
125
- { presentation.slideUrl }
+ <MarkdownWrapper contents={ presentation.slideUrl }/>
126
</ProgramTableRow>
127
}
128
</TableList>
0 commit comments