diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-07-15 23:52:22 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-07-15 23:52:25 -0400 |
| commit | 4321a13979f52a7c3c2fc0352dc7bf253527ddb1 (patch) | |
| tree | 83bc8273d50f1017b7e6bdce02a8a48086061f12 /org/out_metadata.org | |
| parent | source & 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.org | 9 |
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_; |
