diff --git a/src/config.rs b/src/config.rs index 765db5d1..2bd6f3e0 100644 --- a/src/config.rs +++ b/src/config.rs @@ -531,7 +531,7 @@ pub struct HtmlConfig { pub cname: Option, /// Edit url template, when set shows a "Suggest an edit" button for /// directly jumping to editing the currently viewed page. - /// Contains {path} that is replaced with chapter source file path[[[[ + /// Contains {path} that is replaced with chapter source file path pub edit_url_template: Option, /// Endpoint of websocket, for livereload usage. Value loaded from .toml file /// is ignored, because our code overrides this field with the value [`LIVE_RELOAD_ENDPOINT`]