We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03b261 commit a8ccc97Copy full SHA for a8ccc97
src/jupytext/cli.py
@@ -119,6 +119,8 @@ def parse_jupytext_args(args=None):
119
"The main formats (MyST Markdown, Markdown, percent, light) preserve "
120
"notebooks and text documents in a roundtrip. Use the "
121
"--test and and --test-strict commands to test the roundtrip on your files. "
122
+ "Read more about the available formats at "
123
+ "https://jupytext.readthedocs.io/en/latest/formats-scripts.html "
124
"NB: in addition to the extensions listed above, you can also use these: '{}'".format(
125
"', '".join(
126
sorted(
0 commit comments