You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As LLMs have a better understanding of markdown, it would be nice to have a Markdown render that supports rendering the result JSON to markdown directly.
eg:
render:
{"newAge":102,"newName":"this is my new name Alice"}
to
| newName | newAge |
| ------- | ------ |
| this is my new name Alice | 102.00 |
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
As LLMs have a better understanding of markdown, it would be nice to have a Markdown render that supports rendering the result JSON to markdown directly.
eg:
render:
to
The text was updated successfully, but these errors were encountered: