From 6c4e1b47a1dadc4f3f5132c76fcdddcc2437fcaf Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 1 Aug 2024 17:03:13 -0400 Subject: [PATCH] try remark42 --- index.html | 1 + src/components/Chapter.jsx | 2 + src/components/Remark42.tsx | 100 ++++++++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 src/components/Remark42.tsx diff --git a/index.html b/index.html index c86a53f..bac56fd 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@ + LingDocs Pashto Grammar diff --git a/src/components/Chapter.jsx b/src/components/Chapter.jsx index fb6caec..5f14257 100644 --- a/src/components/Chapter.jsx +++ b/src/components/Chapter.jsx @@ -10,6 +10,7 @@ import TableOfContents from "./TableOfContents"; import Footer from "./Footer"; import ChapterFeedback from "./ChapterFeedback"; import { Helmet } from "react-helmet"; +import { Comments } from "./Remark42"; const Chapter = ({ children: chapter }) => { const title = `${chapter.frontMatter.title} | LingDocs Pashto Grammar`; @@ -41,6 +42,7 @@ const Chapter = ({ children: chapter }) => { +