Ask a question to get started
Enter to sendā¢Shift+Enter new line
Convert a JSON object to a markdown table.
json_to_md( json_contents: List[Dict[str, Union[str, int, float]]], table_name: Optional[str] = None ) -> str