mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
lectures do not publish images
This commit is contained in:
@@ -11,7 +11,7 @@ export default function LecturePreview({ lecture }: { lecture: Lecture }) {
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<MarkdownDisplay markdown={lecture.content} />
|
||||
<MarkdownDisplay markdown={lecture.content} convertImages={false} />
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user