more shallow links

This commit is contained in:
2025-01-13 15:00:29 -07:00
parent cc2001565e
commit 6774624739
4 changed files with 19 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export default function LecturePreview({ lecture }: { lecture: Lecture }) {
</section>
<section>
<div
className="markdownPreview text-xl"
className="markdownPreview "
dangerouslySetInnerHTML={{
__html: markdownToHTMLSafe(lecture.content, settings),
}}