Skip to content

Instantly share code, notes, and snippets.

@mping
Last active February 14, 2020 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mping/48542665865bff73efd17bf396045ca0 to your computer and use it in GitHub Desktop.
Save mping/48542665865bff73efd17bf396045ca0 to your computer and use it in GitHub Desktop.
Markdown columns side by side

Document Title

The usual Markdown Cheatsheet does not cover some of the more advanced Markdown tricks, but here is one. You can include verbatim HTML in your Markdown document. This is particularly useful for tables. Check this out:

Version 1Version 2
{
    "id": 5,
    "username": "mary",
    "email": "mary@example.com",
    "order_id": "f7177da"
}
{
    "id": 5,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment