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:
parent
52499e84cc
commit
065870160b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue