julia
julia copied to clipboard
make `@doc x` work without REPL loaded
fix #52141, fix #52986
This fixes the problem by returning the un-rendered docstring, which I think is the right thing to do for the docstring copying use case. However some tests might still need to change to account for that.