From 065870160b3453b8d9a561c64d356d4e348e1a85 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Tue, 3 Sep 2024 20:13:48 -0700 Subject: [PATCH] docs: minor fix to Markdown formatting MkDocs did not render this list in https://martinvonz.github.io/jj/prerelease/config/#node-style properly before. I don't understand the reason; we have other lists that are formatted similarly to how this one was, and they look fine in MkDocs. This might be a bug in one of the MkDocs extensions for lists that we use. --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 8ceb63948..1567af4f9 100644 --- a/docs/config.md +++ b/docs/config.md @@ -303,8 +303,8 @@ ui.graph.style = "square" The symbols used to represent commits or operations can be customized via templates. - * `templates.log_node` for commits (with `Option` keywords) - * `templates.op_log_node` for operations (with `Operation` keywords) +- `templates.log_node` for commits (with `Option` keywords) +- `templates.op_log_node` for operations (with `Operation` keywords) For example: ```toml