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 e154be1 commit 4ce3981Copy full SHA for 4ce3981
leetcode_export/__main__.py
@@ -40,7 +40,7 @@ def parse_args():
40
parser.add_argument(
41
"--problem-statement-filename",
42
type=str,
43
- default="${question_id}-${title_slug}.html",
+ default="${question_id}-${title_slug}.md",
44
help="problem statement filename format",
45
)
46
0 commit comments