Skip to content

Commit

Permalink
Fix md list in docstring (#180)
Browse files Browse the repository at this point in the history
Lack of indentation broke markdown bullet list in the docstring for servedocs()
  • Loading branch information
abhro authored Oct 22, 2024
1 parent 1737dcc commit 153b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 153b7da

Please sign in to comment.