ok/jj
1
0
Fork 0
forked from mirrors/jj

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.
This commit is contained in:
Ilya Grigoriev 2024-09-03 20:13:48 -07:00
parent 52499e84cc
commit 065870160b

View file

@ -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<Commit>` keywords)
* `templates.op_log_node` for operations (with `Operation` keywords)
- `templates.log_node` for commits (with `Option<Commit>` keywords)
- `templates.op_log_node` for operations (with `Operation` keywords)
For example:
```toml