From fd64efa2637cec8ae61f8a40de1182d1b36bc4b1 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Tue, 16 Jul 2024 20:05:07 +0530 Subject: [PATCH] Update make.jl --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 80f6b6246..a35117199 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -32,12 +32,12 @@ literate_pages = Any[] # to add the `@meta` block to the markdown file, which will be used by Documenter to add an edit link. function _add_meta_edit_link_generator(path) return function (input) - return """ + return input * """ + ```@meta EditURL = "$(path).jl" ``` - - """ * input # we add `.jl` because `relpath` eats the file extension, apparently :shrug: + """ # we add `.jl` because `relpath` eats the file extension, apparently :shrug: end end