-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request