Skip to content

Instantly share code, notes, and snippets.

@gprasanth
Last active March 1, 2021 18:16
Show Gist options
  • Save gprasanth/7bda119817d7cf3c072dfb1eb193b989 to your computer and use it in GitHub Desktop.
Save gprasanth/7bda119817d7cf3c072dfb1eb193b989 to your computer and use it in GitHub Desktop.
python json dumps data as html for markdown table
json.dumps({}, indent="&emsp;").replace("\n", "<br/>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment