mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
more shallow links
This commit is contained in:
@@ -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),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user