Skip to content

Commit 3346db2

Browse files
committed
docs: Improve docs
1 parent 55a2aa9 commit 3346db2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/how-to-use.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ To bind the format selected cells/format all cells command, the command to use w
6868
Changing Default Formatter
6969
--------------------------
7070

71-
To change the default formatter used the format action in context menu/toolbar, go to "Settings" > "Advanced Settings Editor" > "Jupyterlab Code Formatter", then in the "User Preferences" panel, enter, for example:
71+
To change the default formatter used the format action in context menu/toolbar (also :code:`jupyterlab_code_formatter:format` and
72+
:code:`jupyterlab_code_formatter:format_all`), go to "Settings" > "Advanced Settings Editor" > "Jupyterlab Code Formatter", then in the "User Preferences" panel, enter, for example:
7273

7374
.. code-block:: json
7475
@@ -81,8 +82,8 @@ To change the default formatter used the format action in context menu/toolbar,
8182
}
8283
}
8384
84-
Chaining Default Formatters
85-
```````````````````````````
85+
Chaining Default Formatters One After The Other
86+
```````````````````````````````````````````````
8687

8788
To invoke more than one formatters with invoking the commands :code:`jupyterlab_code_formatter:format` and
8889
:code:`jupyterlab_code_formatter:format_all`, one could configure the default formatter to be an array of strings like so:

0 commit comments

Comments
 (0)