From 87c54fa5a4b58fdaf1d4426a0e7bf8c6a4324642 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 10 Aug 2023 14:37:25 +0100 Subject: [PATCH] fix: add missing ns import amends 0b9841a72412c821a20702726155ed8369402c38 --- OliverBooth/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OliverBooth/Program.cs b/OliverBooth/Program.cs index 56e0b08..264d19b 100644 --- a/OliverBooth/Program.cs +++ b/OliverBooth/Program.cs @@ -1,4 +1,5 @@ using Markdig; +using Markdig.Extensions.MediaLinks; using NLog.Extensions.Logging; using OliverBooth.Data; using OliverBooth.Markdown;