diff --git a/src/Literate.jl b/src/Literate.jl index 460a888..31537ba 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -123,7 +123,7 @@ function parse(content; allow_continued = true) end function replace_default(content, sym; - config::AbstractDict, + config::Dict, branch = "gh-pages", commit = "master" )