strip jmd

This commit is contained in:
jverzani
2022-05-28 08:15:37 -04:00
parent 6a6f24d51c
commit ec72312cc4
2 changed files with 1 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ write_cache(D) =
end
function write_sha(folder, file)
file = replace(file, r"\.jmd$"=>"")
key = join((folder, file), "_")
jmd_sha = sha(jmd_file(folder, file))
# may need to block!