We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d76dd commit 9b61d6eCopy full SHA for 9b61d6e
mdformat_mkdocs/_postprocess_inline.py
@@ -58,7 +58,7 @@ def postprocess_list_wrap(
58
newline_filler = filler + FILLER if indent_count else FILLER[:-1]
59
if len(text) > wrap_mode:
60
indent_length = MKDOCS_INDENT_COUNT * indent_count
61
- wrapped_length = -123
+ wrapped_length = -1 * wrap_mode
62
words: list[str] = []
63
for word in text.split(WRAP_POINT):
64
next_length = wrapped_length + len(word)
0 commit comments