|
|
|
@ -331,7 +331,7 @@ function markdown(inputfile, outputdir; preprocess = identity, postprocess = ide |
|
|
|
if pkgsrc === nothing |
|
|
|
if pkgsrc === nothing |
|
|
|
path = "" |
|
|
|
path = "" |
|
|
|
else |
|
|
|
else |
|
|
|
repo_root = first(split(pkgsrc, "src/" * pkg * ".jl")) |
|
|
|
repo_root = first(split(pkgsrc, joinpath("src", pkg * ".jl"))) |
|
|
|
@show repo_root |
|
|
|
@show repo_root |
|
|
|
path = relpath(inputfile, repo_root) |
|
|
|
path = relpath(inputfile, repo_root) |
|
|
|
@show path |
|
|
|
@show path |
|
|
|
|