aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_metadata.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-07-15 23:52:22 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-07-15 23:52:25 -0400
commit4321a13979f52a7c3c2fc0352dc7bf253527ddb1 (patch)
tree83bc8273d50f1017b7e6bdce02a8a48086061f12 /org/out_metadata.org
parentsource & pod (fix build from non-pod source) (diff)
imports, make line searchable
Diffstat (limited to 'org/out_metadata.org')
-rw-r--r--org/out_metadata.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/org/out_metadata.org b/org/out_metadata.org
index 92f3eda..7a080fa 100644
--- a/org/out_metadata.org
+++ b/org/out_metadata.org
@@ -47,11 +47,10 @@ template outputMetadata() {
#+NAME: output_imports
#+BEGIN_SRC d
-import
- std.digest.crc,
- std.digest.sha,
- std.file,
- std.format;
+import std.digest.crc;
+import std.digest.sha;
+import std.file;
+import std.format;
import sisudoc.io_out;
mixin InternalMarkup;
char[] metadata_;