diff --git a/src/Literate.jl b/src/Literate.jl index 841294d..317f859 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -136,6 +136,8 @@ function replace_default(content, sym; content *= """ #- + # --- + # # *This $(sym === :md ? "page" : "notebook") was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).* """ end diff --git a/test/runtests.jl b/test/runtests.jl index 63d35b2..8b99564 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -502,6 +502,8 @@ end end nothing #hide ``` + --- + *This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).* """ @@ -768,6 +770,8 @@ end end """ "source": [ + "---\\n", + "\\n", "*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*" ] """))