CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.
https://commanddash.io
Apache License 2.0
230 stars 45 forks source link

Fix: HTML rendering of index is broken for lists #226

Closed superiorsd10 closed 4 months ago

superiorsd10 commented 4 months ago

Fixes Issue #223


Description

The issue arises in the chat view of the FlutterGPT extension when the user asks a question that returns an indexed list. The returned indexed list is completely broken, so there is no ordering in the list.

All the ordered numbers are 1 as the HTML rendering doesn't work properly.

SCR-20240227-fn9

Approach


Screenshots


wadhia-yash commented 4 months ago

Amazing work @superiorsd10

Looks great to me @samyakkkk.