From 153b7da642d2d3cdaf05c64fcefe9c7250baad57 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:41:24 -0400 Subject: [PATCH] Fix md list in docstring (#180) Lack of indentation broke markdown bullet list in the docstring for servedocs() --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index 27031fe..fd73d92 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -185,7 +185,7 @@ subfolder `docs`. * `verbose=false`: boolean switch to make the server print information about file changes and connections. * `doc_env=false`: a boolean switch to make the server start by activating the -doc environment or not (i.e. the `Project.toml` in `docs/`). + doc environment or not (i.e. the `Project.toml` in `docs/`). * `literate=nothing`: see `literate_dir`. * `literate_dir=nothing`: Path to a directory containing Literate scripts if these are not simply under `docs/src`.