Skip to content

Commit

Permalink
md:basic now gives the simplest markdown for limited terminals (like …
Browse files Browse the repository at this point in the history
…Mac terminals).
  • Loading branch information
stephenfreund committed Apr 8, 2024
1 parent 58cc588 commit f47eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatdbg/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ChatDBGConfig(Configurable):

format = Unicode(
_chatdbg_get_env("format", "md"),
help="The output format (text or md:light or md:dark).",
help="The output format (text or md or md:simple or jupyter).",
).tag(config=True)

instructions = Unicode(
Expand Down

0 comments on commit f47eb65

Please sign in to comment.