Browse Source

Fix a missing at-ref link in the documentation (#118)

pull/122/head
Takafumi Arakaki 5 years ago committed by GitHub
parent
commit
ca2aba21f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Literate.jl

2
src/Literate.jl

@ -277,7 +277,7 @@ end
DEFAULT_CONFIGURATION DEFAULT_CONFIGURATION
Default configuration for [`Literate.markdown`](@ref), [`Literate.notebook`](@ref) and 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. See the manual section about [Configuration](@ref) for more information.
| Configuration key | Description | Default value | Comment | | Configuration key | Description | Default value | Comment |

Loading…
Cancel
Save