All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.41k stars 4.24k forks source link

[Bug]: Markdown numbering is rendered weird #4769

Open rbren opened 2 weeks ago

rbren commented 2 weeks ago

Is there an existing issue for the same bug?

Describe the bug and reproduction steps

The agent is likely sending separate messages with "1." "2." "3."

Markdown is weird in that it will render any number as "1.", i.e.

42.
86.
93.

will render as

1.
2.
3.

I bet we can turn this behavior off

Screenshot 2024-11-05 at 6 12 59 PM

OpenHands Installation

Development workflow

OpenHands Version

main

Operating System

None

Logs, Errors, Screenshots, and Additional Context

No response

github-actions[bot] commented 2 weeks ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 2 weeks ago

An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-4769' has been created with the attempted changes. You can view the branch here. Manual intervention may be required.