f = "logo.gif"
using Base64
function process_file(f)
a = readchomp(`cat $f`)
"<!-- $f -->\n<img src='data:image/gif;base64,$(base64encode(a))'></img>"
end
process_file(f)
This page was generated using Literate.jl.
f = "logo.gif"
using Base64
function process_file(f)
a = readchomp(`cat $f`)
"<!-- $f -->\n<img src='data:image/gif;base64,$(base64encode(a))'></img>"
end
process_file(f)
This page was generated using Literate.jl.
Settings
This document was generated with Documenter.jl on Monday 12 August 2024. Using Julia version 1.10.4.