diff --git a/app/lessons/[slug]/page.tsx b/app/lessons/[slug]/page.tsx index 92df4a6..b9265f5 100644 --- a/app/lessons/[slug]/page.tsx +++ b/app/lessons/[slug]/page.tsx @@ -3,6 +3,7 @@ import Link from "next/link"; import { headers } from "next/headers"; import { notFound } from "next/navigation"; import { MDXRemote } from "next-mdx-remote/rsc"; +import remarkGfm from "remark-gfm"; import { auth } from "@/lib/auth"; import { getAllLessons, getLesson } from "@/lib/lessons"; import { buildLessonComponents } from "@/components/lesson/mdx-components"; @@ -88,7 +89,7 @@ export default async function LessonPage({
- + {(prev || next) && (