From 6989a393ddd5fda67e7740b740bf2cab6f81f77e Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 3 Nov 2023 15:28:34 +0100 Subject: [PATCH] Fix something not being a new paragraph --- src/content/blog/2023-11-03-nanoledger.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/blog/2023-11-03-nanoledger.md b/src/content/blog/2023-11-03-nanoledger.md index f49e647..c0825c9 100644 --- a/src/content/blog/2023-11-03-nanoledger.md +++ b/src/content/blog/2023-11-03-nanoledger.md @@ -66,6 +66,7 @@ These include but are not limited to * syntax highlighting of transactions, * deleting of transactions, and * editing of transactions. + Because of the way I parse the journal files, these last two won't be very simple but I have some ideas on how to go about implementing them. ## Closing thoughts