Skip to content

Commit b305ffb

Browse files
chore: get back to markdown lmao
1 parent 3600ae8 commit b305ffb

File tree

3 files changed

+106
-404
lines changed

3 files changed

+106
-404
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ typer
22
requests
33
gql[all]
44
bs4
5-
setuptools
5+
setuptools
6+
markdownify

src/commands/show.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def show(
4646
if compact:
4747
problem_details.display()
4848
else:
49-
problem_details.display_full()
49+
problem_details.display()
50+
# problem_details.display_full()
5051

5152
except Exception as e:
5253
typer.echo(typer.style(f"❌ Error: {str(e)}", fg=typer.colors.RED))

0 commit comments

Comments
 (0)