From 6d7ffee7eaa5637dc73ff0d98b10ff09357e3cd7 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 15 Jan 2022 08:51:10 -0500 Subject: [PATCH] switch back to lighter markdown-to-jsx on server-side --- components/notes/List.tsx | 4 ++-- components/notes/Meta.tsx | 4 ++-- lib/parse-notes.ts | 24 +++++++++++++++--------- package.json | 3 +-- types/index.d.ts | 2 +- yarn.lock | 13 ++++--------- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/components/notes/List.tsx b/components/notes/List.tsx index ff8eeb18..cb2e3723 100644 --- a/components/notes/List.tsx +++ b/components/notes/List.tsx @@ -12,7 +12,7 @@ const List = ({ notesByYear }) => {

{year}