WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.44k stars 322 forks source link

Better support of table in markdown and <br> tag #78

Open iloahz opened 1 year ago

iloahz commented 1 year ago

not sure if it's a dark mode color contrast issue.

response

Sure, here's a table that summarizes the suggested itinerary for a 3-day trip to Beijing:

| Day | Activities |
| --- | --- |
| 1 | - Visit Tiananmen Square and the Forbidden City<br>- Go for a walk in the hutongs |
| 2 | - Take a day trip to the Great Wall of China<br>- Visit the Summer Palace |
| 3 | - Visit the Temple of Heaven<br>- Explore the modern architecture of Beijing<br>- Stroll in Wangfujing shopping street |

I hope this helps!

rendered by chatgpt-ui

Screenshot 2023-03-27 at 00 01 47

rendered by openai

Screenshot 2023-03-27 at 00 08 03
WongSaang commented 1 year ago

Hello, thank you for your valuable suggestion. The table has been optimized. Regarding the <br> tag, there is currently no better solution due to plugin limitations.