From 43bde3820f4ef37ae4813d24cc5e994ab4a11737 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 26 Nov 2019 16:45:38 +0100 Subject: [PATCH] Add a horizontal rule before the credits. --- src/Literate.jl | 2 ++ test/runtests.jl | 4 ++++ 2 files changed, 6 insertions(+) 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).*" ] """))