Browse Source

Test

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

2
src/Literate.jl

@ -393,7 +393,7 @@ function markdown(inputfile, outputdir; config::Dict=Dict(), kwargs...) @@ -393,7 +393,7 @@ function markdown(inputfile, outputdir; config::Dict=Dict(), kwargs...)
path = replace(path, "\\" => "/")
content = """
# ```@meta
# EditURL = "@__REPO_ROOT_URL__/$(path)"
# EditURL = "$(path)"
# ```
""" * content

Loading…
Cancel
Save