about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-28 16:42:08 +0200
committerAlan Pearce2024-05-28 16:42:08 +0200
commita2e6dd0ec7990b24f11e971462f9cdf1f5dc9fef (patch)
tree293c983c5b0642b475e6c184816f5cd344ae2a87 /nix
parent287cfec3d2479415bf3b7069702dbdb8c87b1826 (diff)
downloadwebsite-a2e6dd0ec7990b24f11e971462f9cdf1f5dc9fef.tar.lz
website-a2e6dd0ec7990b24f11e971462f9cdf1f5dc9fef.tar.zst
website-a2e6dd0ec7990b24f11e971462f9cdf1f5dc9fef.zip
Add support for pandoc-style fences
:::{#foo .bar}
text
:::

becomes

<div id="foo" class="bar">
text
</text>
Diffstat (limited to 'nix')
-rw-r--r--nix/gomod2nix.toml3
1 files changed, 3 insertions, 0 deletions
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="