From bc543f81d9ada5e61cb9690834a5f83c02997d63 Mon Sep 17 00:00:00 2001
From: Hrishikesh Barman <geekodour@users.noreply.github.com>
Date: Sat, 26 Aug 2023 05:52:23 +0000
Subject: [PATCH] feat(plugins): add OxHugoFlavouredMarkdown (#419)
---
quartz/components/pages/TagContent.tsx | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/quartz/components/pages/TagContent.tsx b/quartz/components/pages/TagContent.tsx
index 73ee465..fb72e28 100644
--- a/quartz/components/pages/TagContent.tsx
+++ b/quartz/components/pages/TagContent.tsx
@@ -37,7 +37,9 @@
return (
<div class="popover-hint">
- <article>{content}</article>
+ <article>
+ <p>{content}</p>
+ </article>
<p>Found {tags.length} total tags.</p>
<div>
{tags.map((tag) => {
--
Gitblit v1.10.0