table asset

This commit is contained in:
yoannchb-pro
2024-03-20 17:50:45 -04:00
parent bee19cb483
commit 55e26fc7c9
2 changed files with 6 additions and 4 deletions
+6 -4
View File
@@ -103,12 +103,14 @@ Go to <b>"Manage my extensions"</b> on your browser, then click on <b>"Load unpa
Table are formated from the question to make it more readable for CHAT-GPT. Example of formatted table output:
```
| id | name | birthDate | cars |
----------------------------------------
| Person 1 | Yvick | 15/08/1999 | yes |
| Person 2 | Yann | 19/01/2000 | no |
id       | name  | birthDate  | cars
------------------------------------
Person 1 | Yvick | 15/08/1999 | yes 
Person 2 | Yann  | 19/01/2000 | no
```
![Table](./assets/table.gif)
## Supported questions type
### Select
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB