I am trying to add the following docstring to a function, but when I call help, all the spaces get removed and the art collapses, any idea how to get this right?
"""
///++++++++++++++++++++++++++++++++++
///+ +
///+ + |
///+ + |
///++++++++++++++++++++++++++++++++++ v
"""
function f()
nothing
end
julia> begin
"""
///++++++++++++++++++++++++++++++++++
///+ +
///+ + |
///+ + |
///++++++++++++++++++++++++++++++++++ v
"""
function f()
nothing
end
end
f
help?> f
search: fd for fma fld fft full fld1 find filt fill fft! fdio frexp foldr foldl flush floor float first findn filt!
///++++++++++++++++++++++++++++++++++ ///+ + ///+ + | ///+ + | ///++++++++++++++++++++++++++++++++++ v