From a2e6dd0ec7990b24f11e971462f9cdf1f5dc9fef Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Tue, 28 May 2024 16:42:08 +0200
Subject: Add support for pandoc-style fences
:::{#foo .bar}
text
:::
becomes
text
---
nix/gomod2nix.toml | 3 +++
1 file changed, 3 insertions(+)
(limited to 'nix')
diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml
index 83420ce..ff90dd6 100644
--- a/nix/gomod2nix.toml
+++ b/nix/gomod2nix.toml
@@ -116,6 +116,9 @@ schema = 3
[mod."github.com/spf13/cast"]
version = "v1.6.0"
hash = "sha256-hxioqRZfXE0AE5099wmn3YG0AZF8Wda2EB4c7zHF6zI="
+ [mod."github.com/stefanfritsch/goldmark-fences"]
+ version = "v1.0.0"
+ hash = "sha256-Ei+FLtzyHEqz/ZUwHqtQMKHawglcHqcdXmIa8PLvqtc="
[mod."github.com/sykesm/zap-logfmt"]
version = "v0.0.4"
hash = "sha256-KXVFtOU54chusK8AhZrzrvbbNmzq1mNrhs/7OmO+huE="
--
cgit 1.4.1