From ca2aba21f61506e650e3dc07044792b559a7873b Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 26 Jul 2020 07:21:29 -0700 Subject: [PATCH] Fix a missing at-ref link in the documentation (#118) --- src/Literate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Literate.jl b/src/Literate.jl index 9f64fb9..2b1284a 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -277,7 +277,7 @@ end DEFAULT_CONFIGURATION Default configuration for [`Literate.markdown`](@ref), [`Literate.notebook`](@ref) and -[`Literate.script`] which is used for everything not specified by the user. +[`Literate.script`](@ref) which is used for everything not specified by the user. See the manual section about [Configuration](@ref) for more information. | Configuration key | Description | Default value | Comment |