diff --git a/dev/documenter/index.html b/dev/documenter/index.html index 0178128..5afaf52 100644 --- a/dev/documenter/index.html +++ b/dev/documenter/index.html @@ -7,6 +7,6 @@ EditURL = "$(relpath(inputfile, outputdir))" ```
Literate.notebook:@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.```math
\int f dx
-```is replaced with notebook compatible\begin{equation}
+```is replaced with notebook compatible$$
\int f dx
-\end{equation}Literate.script:@refs and @id will be removed. This means that you can use @ref and @id in the source file without them leaking to the script.