Skip to content

Commit 4ce3981

Browse files
committed
Change problem statement deafult extension to markdown
1 parent e154be1 commit 4ce3981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode_export/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def parse_args():
4040
parser.add_argument(
4141
"--problem-statement-filename",
4242
type=str,
43-
default="${question_id}-${title_slug}.html",
43+
default="${question_id}-${title_slug}.md",
4444
help="problem statement filename format",
4545
)
4646
parser.add_argument(

0 commit comments

Comments
 (0)