Browse Source

Update src/Literate.jl

pull/186/head
Fredrik Ekre 4 years ago committed by GitHub
parent
commit
8e3ede8ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Literate.jl

2
src/Literate.jl

@ -123,7 +123,7 @@ function parse(content; allow_continued = true)
end end
function replace_default(content, sym; function replace_default(content, sym;
config::AbstractDict, config::Dict,
branch = "gh-pages", branch = "gh-pages",
commit = "master" commit = "master"
) )

Loading…
Cancel
Save