diff --git a/latest/documenter.html b/latest/documenter.html index 40a9243..9920140 100644 --- a/latest/documenter.html +++ b/latest/documenter.html @@ -5,4 +5,8 @@ # code ```
@meta block will be added to the top of the markdown page, which redirects the "Edit on GitHub" link on the top of the page to the source file rather than the generated .md file:```@meta
EditURL = "$(relpath(inputfile, outputdir))"
-```@refs and @id will be removed. This means that you can use @ref and @id in the source file without them leaking to the notebook.